Pairs Historical

Retrieves the historical minute by minute price for the specified pair (for example DAI_WETH).

NOTE: DeFi Price is a reference rate established by trade data.

👍

Price Data Calculations

All prices are only calculated from data collected in Uniswap v2, Uniswap v3, Sushiswap and Uniswap clones.

👍

Blockchains Supported

This endpoint only supports data from ethereum-mainnet.

🚧

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.

Response Data

FieldTypeDescription
timestampnumber | stringThe timestamp at which the price was executed.
pairstringThe pair ticker name, based on symbols of the assets.
pricestringPrice associated with the pair.
vwapstringVWAP associated with the pair.
volumestringTotal volume for candle for a pair.
baseAddressstringSame as passed in parameter
baseSymbolstringSymbol of the base asset
quoteAddressstringSame as passed in parameter
quoteSymbolstringSymbol of the quote asset
Language
Authorization
Header
Click Try It! to start a request and see the response here!