Historical

Retrieves the historical (time series) ticker data for the specified futures instrument.

📘

Time Range Limit

The maximum time range (difference between startDate and endDate) is 731 days (2 years).

🚧

Not specifying startDate and endDate

If the startDate and endDate query parameters are not provided, the API will return the data from the previous 24 hours.

RESPONSE DATA

Fields and paths are relative to the top-level payload field i.e. metadata.next is equivalent to payload.metadata.next.

JSON Field/PathValue TypeOptionalDescription
metadata.nextstringPagination
data[index].instrumentstringThe futures instrument in this ticker.
data[index].exchangestringThe exchange on which this ticker is from.
data[index].exchangeTimestampnumber | stringThe timestamp on the exchange for this ticker.
data[index].exchangeTimestampNanosecondsnumber|string
data[index].bidnumberThe bid price for the instrument.
data[index].asknumberThe ask price for the instrument.
data[index].midnumberThe mid price for the instrument.
data[index].lastnumberThe last price for the instrument.
data[index].bidVolumenumberThe order size of the best bid.
data[index].askVolumenumberThe order size of the best ask.
data[index].lastVolumenumberThe last volume for the instrument.
data[index].baseVolumenumberThe base asset volume for the instrument.
data[index].quoteVolumenumberThe quote asset volume for the instrument.
data[index].sequencestringYes
data[index].markPricenumber
data[index].indexPrincenumber
data[index].askTimestampnumber| stringYesSome exchanges will provide individual timestamps for ask vs. bid.
data[index].askTimestampNanosecondsnumberYes
data[index].bidTimestampnumber|stringYesSome exchanges will provide individual timestamps for ask vs. bid.
data[index].bidTimestampNanosecondsnumberYes

Language
Authorization
Header
Click Try It! to start a request and see the response here!