get https://web3api.io/api/v2/market/defi/metrics/exchanges//latest
Retrieves the latest exchange daily metrics for the specified decentralized exchange.
Response Data
Field | Type | Description |
---|---|---|
exchangeId | string | The id of the exchange. |
timestamp | number | string | The timestamp associated with this record. |
liquidityTotalWETH | number | Total liquidity of the exchange (aka total value locked (TVL)), in WETH. |
liquidityTotalUSD | number | Total liquidity of the exchange (aka total value locked (TVL)), in USD. |
pairsTradedTotal | number | Total number of pairs which were traded during that period of time. |
pairsCumulativeTotal | number | Total number of unique pairs which were traded since the exchange was created. |
tradesTotal | number | Total number of trades during that period of time. |