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.
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).
Format
uint64end_ts?string
End timestamp in nanoseconds for filtering trades (inclusive).
Format
uint64pg?string
Page number for pagination, starting at 1 (default: 1).
Format
int64lmt?string
Number of records per page (default: 100).
Format
int64Response Body
application/json