get https://api.amberdata.com/market/defi/vwap/asset//latest
Retrieves the latest minute by minute vwap for the specified aset (for example DAI).
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. |
pair | string | The pair ticker name, based on symbols of the assets. |
price | string | Price associated with the pair. |
volume | string | The asset trading volume. |
vwap | string | Vwap for the asset. |