get https://api.amberdata.com/market/defi/prices/asset//historical
Retrieves the historical minute by minute price for the specified asset (for example DAI) in WETH.
NOTE: DeFi Price is a reference rate established by trade data.
Price Data CalculationsAll prices are only calculated from data collected in Uniswap v2, Uniswap v3, Sushiswap and Uniswap clones.
Blockchains SupportedThis endpoint only supports data from
ethereum-mainnet
.
Time Range LimitThe 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 endDateIf 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
Field | Type | Description |
---|---|---|
timestamp | `number \ | string` |
pair | string | The asset contract address. |
price | string | Price associated with the asset. |
volume | string | Asset volume traded. |