get https://web3api.io/api/v2/market/defi/metrics/exchanges//pairs//latest
Retrieves the latest minute by minute metrics for the specified pair (for example DAI_WETH).
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. |