v1

latestOpenAPI 3.1.0Proprietary2026-07-26344473.1 KB
v3 - Markets

List market snapshots

Cursor-paginated snapshots for a market. Pass include_orderbook=true for full bid/ask depth.

get/v3/{coin}/markets/{market_id}/snapshots

Path parameters

coin'btc' | 'eth' | 'sol' required

Cryptocurrency for this request. Available: btc, eth, sol.

market_idstring required

Query parameters

start_timestring

Lower bound — millisecond epoch or ISO-8601.

end_timestring

Upper bound — millisecond epoch or ISO-8601.

include_orderbookboolean

Include full bid/ask depth — heavier payloads.

limitinteger

Items per page (max 1000).

cursorstring

Opaque cursor from a previous response's pagination.next_cursor. Mutually exclusive with offset (cursor wins).

include_countboolean

Include pagination.total_count. Triggers a COUNT(*); leave off unless you need it.

Response

Successful response

Example response

{
  "meta": {
    "request_id": "req_a1b2c3d4e5f6"
  }
}