v1

latestOpenAPI 3.1.0Proprietary2026-07-26344473.1 KB
v2 - Spot

Get Spot Orderbook Snapshots

Get historical spot orderbook snapshots with pagination. Timestamps accept millisecond epoch or ISO8601 format.

<Info>Learn how to query effectively using time filters and pagination limits in our Fetching Data & Pagination guide.</Info>

<Info>Check the Available Data & Markets guide to see which market types are supported for each coin.</Info>

get/v2/spot/snapshots

Query parameters

coinstring required

Cryptocurrency to query. Supported coins include btc, eth. New coins added as they become available.

start_timestring

Start timestamp (ms epoch or ISO8601)

end_timestring

End timestamp (ms epoch or ISO8601, default: now)

limitinteger

Results per page (1-1000)

offsetinteger

Pagination offset

Response

Successful Response

totalinteger required

Total number of matching snapshots

limitinteger required

Results per page

offsetinteger required

Current pagination offset