Historical

Retrieves the historical (time series) open-high-low-close for the specified pair. Includes data for exchanges depending on where the pair is traded.
Base & Quote information is using the first and second asset in a pool/pair, which is the represented price.

👍

Protocols Supported

This endpoints supports Uniswap v2, Uniswap v3, Sushiswap and Uniswap clones.

This endpoint does not support Curve or Balancer.

👍

Blockchains Supported

This endpoint only supports data from ethereum-mainnet.

🚧

Time Range Limit

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

  • 12 months of daily data
  • 30 days of hourly data
  • 24 hours of minutely data.

In order to get more than the maximum allowed, you can use the startDate & endDate parameters to move the time frame window to get the next n days/hours/minutes of 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 12 months of daily data.

Response Data

FieldTypeDescription
metadataobjectThe metadata associated with the ohlcv data.
dataobjectThe ohlcv data corresponding to the columns fields.
columnsarrayThe name of the columns associated with the returned data e.g. [ timestamp, open, ...].
timestampstringThe timestamp associated with this record.
opennumberThe opening price of the market pair.
highnumberThe highest price of the market pair.
lownumberThe lowest price of the market pair.
closenumberThe closing price of the market pair.
volumenumber
Language
Authorization
Header
Click Try It! to start a request and see the response here!