Snapshots Historical (DEPRECATED)

Retrieves the order book data for the specified pair.

❗️

Deprecation Notice

This endpoint is now considered a legacy version and will be deprecated on March 4, 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

FieldTypeDescription
metadataobjectThe metadata associated with the order book data.
dataobjectThe order book data corresponding to the columns fields.
columnsarrayThe name of the columns associated with the returned data e.g. [ price, volume, ...].
askarrayThe ask price data.
bidarrayThe bid price data.
pricestringThe quote price of the asset pair.
volumenumberThe number of assets traded in a specific asset pair within a given period of time.
numOrdersnumberThe number of unique orders (when available).
timestampnumber | stringThe time at which the event occurred provided by the exchange.
Language
Authorization
Header
Click Try It! to start a request and see the response here!