Market Depth
You can also get Market Depth from the Full Aggregation endpoint.
What is this endpoint for?
This endpoint returns the average market depth for the requested period. Read more about how the aggregation period works here: Order Book Aggregations.
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 | Ending time in ISO 8601 (exclusive). Automatically included in continuation tokens. |
| No | See Pagination |
| No | The interval parameter is suffixed with |
| 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 |
| No | Starting time in ISO 8601 (inclusive). Automatically included in continuation tokens. |
Fields
| The timestamp at which the interval begins |
| The average volume of bids placed within 0 and x% of the best bid over a specified interval. |
| The average volume of asks placed within 0 and x% of the best ask over a specified interval. |
Request examples
Response example
Last updated