get https://api.amberdata.com/market/defi/metrics/exchanges//pairs//latest
Retrieves the latest minute by minute metrics for the specified pair (for example DAI_WETH).
Protocols Supported
This endpoints supports Uniswap v2, Uniswap v3 and Sushiswap.
This endpoint does not support Curve or Balancer.
Blockchains Supported
This endpoint only supports data from
ethereum-mainnet
.
Response Data
Field | Type | Description |
---|---|---|
exchangeId | string | The id of the exchange. |
timestamp | number | string | The timestamp associated with this record. |
feesNative | number | Total amount of fees paid during that period of time, in native currency. |
feesUSD | number | Total amount of fees paid during that period of time, in USD. |
liquidityTotalNative | number | Total liquidity for the asset (aka total value locked (TVL)), in native currency. |
liquidityTotalUSD | number | Total liquidity for the asset (aka total value locked (TVL)), in USD. |
pairsTradedTotal | number | Total number of pairs which were traded during that period of time. |
tradesTotal | number | Total number of trades during that period of time. |
priceNative | number | Price associated with the pair. |
volumeTotalNative | number | Total volume traded during that period of time, in native currency. |
volumeTotalUSD | number | Total volume traded during that period of time, in USD. |