Historical Data Access Warning
Historical Data Access Warning
- REST APIs are optimized for recent, low-latency access to granular data. Using them for deep historical queries can lead to performance degradation, rate limiting, and an inconsistent experience. Bulk delivery options are purpose-built for large data pulls and are the best fit for these needs.
startDate
and endDate
) is 1 hour.startDate
and endDate
query parameters are not provided, the API will return the data from the previous 10 minutes.Authorizations
Path Parameters
The instrument for which to retrieve the requested data.
Query Parameters
The exchange(s) for which to retrieve the requested data (comma separated). [Default] All available exchanges.
[Optional] Payload only includes data after this date (inclusive). [Defaults] Beginning of the current hour (max time range is 1 hour).
[Optional] Payload only includes data before this date (exclusive). [Defaults] One hour after the beginning of the current hour (max time range is 1 hour).
[Optional] Time format of the timestamps in the return payload. [Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable
[Optional] Specifies the direction in which the data is sorted (by timestamp). [Defaults] asc (ascending order). [Usage Conditions] This parameter can only be used if the startDate
and endDate
timeframe is within the most recent 24 hours, or if the startDate
and endDate
parameters are not used at all. [Examples] ascending | descending | asc | desc
Response
200
The response is of type object
.