Skip to main content
GET
List a trader's on-chain positions

Authorizations

X-API-Key
string
header
required

Tayho project API key with the scope declared by the operation.

Path Parameters

address
string
required
Pattern: ^0x[0-9a-fA-F]{40}$
Example:

"0x1111111111111111111111111111111111111111"

Query Parameters

limit
string
Pattern: ^(?:[1-9]|[1-9][0-9]|100)$
status
enum<string>
Available options:
OPEN,
CLOSED

Response

Successful response.

data
object[]
required
Last modified on July 23, 2026