Markets

Get recent trades for a market

Retrieve a paginated list of recent trades executed for a specific market, with optional time range filtering.

GET
/markets/{mkt_id}/trades

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).

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