Retrieves the order book data for the specified pair.
Deprecation Notice
This endpoint is now considered a legacy version and will be deprecated on June 28, 2024. We strongly encourage all users to migrate to the new version of this endpoint for improved performance, enhanced features, and better support. The new version can be found here.
For details on the new versioning, please visit this page here. We recommend updating your applications at the earliest convenience to ensure uninterrupted service and access to the latest functionalities.
For any questions or assistance during migration, please contact our support team at [email protected].
Time Range Limit
The maximum time range (difference between startDate and endDate) is 10 minutes.
Not specifying startDate and endDate
If the startDate and endDate query parameters are not provided, the API will return the data from the previous minute.
Response Data
Field | Type | Description |
---|---|---|
metadata | object | The metadata associated with the order book data. |
data | object | The order book data corresponding to the columns fields. |
columns | array | The name of the columns associated with the returned data e.g. [ price, volume, ...] . |
ask | array | The ask price data. |
bid | array | The bid price data. |
price | string | The quote price of the asset pair. |
volume | number | The number of assets traded in a specific asset pair within a given period of time. |
numOrders | number | The number of unique orders (when available). |
timestamp | number | string | The time at which the event occurred provided by the exchange. |