Market Depth
You can also get Market Depth from the Full Snapshot endpoint.
What is this endpoint for?
This endpoint uses our Bids and Asks as source data and enhances its raw data with the Market Depth metric.
Market Depth provides insight into the "depth" of an exchange's order book by aggregating the volume of bids and asks within 0-10% of the best bid or ask, respectively. A higher volume of bids and asks at each level implies more liquidity.
We are unable to collect the full 10% snapshot from all exchanges we cover. Thus, for some exchanges, 'Market Depth' does not accurately portray the exchange's order book volume.
Endpoint
Parameters
Parameter | Required | Description |
---|---|---|
| Yes | |
| Yes | |
| Yes | |
| No | See Pagination |
| No | Starting time in ISO 8601 (inclusive). Automatically included in continuation tokens. |
| No | Ending time in ISO 8601 (exclusive). Automatically included in continuation tokens. |
| No | Number of snapshots to return data for. (default: 10, max: 100). See Pagination Automatically included in continuation tokens. |
| No | Return the data in ascending |
Fields
Field | Description |
---|---|
| The timestamp at which the raw data snapshot was taken. |
| The date at which the raw data snapshot was taken. |
| The timestamp provided by the exchange. |
| The volume of bids placed within 0 and x% of the best bid. This is what we call "Market Depth". |
| The volume of asks placed within 0 and x% of the best ask. This is what we call "Market Depth" |
Request examples
Response example
Last updated