Historical

Retrieves the list of all the available exchanges, supported instruments and time range availability.

❗️

Deprecation Notice

As part of our ongoing efforts to improve our API and services, we will be deprecating this endpoint. This decision is in line with our commitment to providing high-quality, efficient, and secure API services to our users.

We encourage all users of this endpoint to transition to the Futures Trades Historical endpoint as soon as possible. This endpoint offers the same data, we have simply merged our Swaps data together with the Futures data. Therefore, "Swaps" data (aka Perpetual Futures) can now be found under the Futures section of the Amberdata API docs.

🚧

Not specifying startDate and endDate

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

RESPONSE DATA

FieldTypeDescription
exchangestringThe name of the exchange, as specified by the filter provided or representing the supported exchanges for this instrument.
timestampnumber | stringThe time at which the event occurred.
timestampNanosecondsnumberThe nanosecond part of the timestamp where applicable.
isBuybooleantrue if the trade is a buy, false otherwise.
pricenumericThe price at which the asset was traded.
volumenumericThe total amount of that asset that was traded.
tradeIdnumber | stringThe exchange provided id of the trade.
Language
Authorization
Header
Click Try It! to start a request and see the response here!