v2 - Snapshots
Get Market Snapshots
Get snapshots for a market with pagination.
Returns snapshots sorted by time ascending (oldest first). Maximum limit is 1000 snapshots per request.
By default, include_orderbook=false for lower-latency, lighter responses. Set include_orderbook=true when you need full orderbook depth.
get/v2/markets/{market_id}/snapshots
Path parameters
market_idstring required
Market ID
Query parameters
coinstring required
Cryptocurrency to query. Supported coins include btc, eth. New coins added as they become available.
include_orderbookboolean
Include full orderbook JSON in each snapshot. Default: false. Set include_orderbook=true when you need full orderbook depth.
limitinteger
Number of results to return (max 1000)
offsetinteger
Pagination offset
start_timestring date-time nullable
Filter snapshots after this time — ms epoch or ISO8601
end_timestring date-time nullable
Filter snapshots before this time — ms epoch or ISO8601
Response
Successful Response