get https://api.amberdata.com/market/defi/prices/asset//latest
Retrieves the latest 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 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
.
Response Data
Field | Type | Description |
---|---|---|
timestamp | number | string | The timestamp at which the price was executed. |
asset | string | The asset contract address. |
price | string | Price associated with the asset. |
volume | string | The asset trading volume. |