Snapshots Historical [ENT]

Retrieves the order book data for the specified pair.

📘

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
Authentication
Header
Click Try It! to start a request and see the response here!