Markets

Get authenticated account's trade history

Retrieve the trade history for the authenticated account, optionally filtered by market and time range. Returns detailed information about each trade including fees and liquidity indicators.

Requires authentication.

GET
/trade-history

Authorization

ApiKeyAuth ApiSignatureAuth ApiTimestampAuth
x-api-key<token>

API key for authentication

In: header

x-api-signature<token>

HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))

In: header

x-api-timestamp<token>

Unix timestamp in seconds

In: header

Query Parameters

mkt_id?string

Market ID to filter trades by (e.g., "BTC-PERP", "ETH-PERP").

start_ts?string

Start timestamp in nanoseconds for filtering trades (inclusive).

Formatuint64
end_ts?string

End timestamp in nanoseconds for filtering trades (inclusive).

Formatuint64
pg?string

Page number for pagination, starting at 1 (default: 1).

Formatint64
lmt?string

Number of records per page (default: 100).

Formatint64

Response Body

application/json