Markets
Get recent trades for a market
Retrieve a paginated list of recent trades executed for a specific market, with optional time range filtering.
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
Path Parameters
mkt_id*string
Market ID (e.g., "BTC-PERP", "ETH-PERP").
Query Parameters
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