get https://api.amberdata.com/market/defi/vwap/pairs/bases//quotes//latest
Retrieves the latest VWAP for the specified base, quote pair - this is the global VWAP across all supported contracts based on minutely data.
Price is calculated as a volume weighted moving average.
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 time at which the event occured. |
pair | string | The name of the pair. |
price | string | The price of the pair. |
volume | string | The volume of the pair at this point in time. |
vwap | string | The Volume Weighted Average Price. |