Assets Historical

Retrieves the historical price for the specified asset - the price is calculated across all exchanges which supports this asset, including all cross rates pairs.

Price of an asset is calculated as the VWAP (Volume Weighted Average Price) across all exchanges supporting this asset, with a 1 bar lookback period.

📘

Time Range Limit

The maximum time range (difference between startDate and endDate) is:

  • 1 day with minutely data
  • 31 days with hourly data
  • 1 year with daily data

🚧

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 with a 1 minute frequency.

🚧

Volume Field

For accurate volume information, please refer to our 'OHLCV - Historical' endpoints instead. As an alternative, the 'Metrics - Asset Volume Historical' endpoint can be used to obtain asset volume per exchange.

Response Data

FieldTypeDescription
timestampnumber | stringThe time at which the event occured.
assetstringThe name of the asset.
pricenumberThe price of the asset.
volumenumberThe volume of the asset at this point in time.

*Note: this field will soon be deprecated

For accurate volume information, please refer to our 'OHLCV - Historical' endpoints instead. As an alternative, the 'Metrics - Asset Volume Historical' endpoint can be used to obtain asset volume per exchange.
Language
Authorization
Header
Click Try It! to start a request and see the response here!