Retrieves historical daily exchange metrics for the specified decentralized exchange.
Protocols SupportedThis endpoints supports Uniswap v2, Uniswap v3 and Sushiswap.
This endpoint does not support Curve or Balancer.
Blockchains SupportedThis endpoint only supports data from
ethereum-mainnet
.
Time Range LimitThe maximum time range (difference between endDate and startDate) is 186 days.
Not specifying startDate and endDateIf the startDate and endDate query parameters are not provided, the API will return daily data from the previous 3 months.
Response Data
Field | Type | Description |
---|---|---|
exchangeId |
| The id of the exchange. |
timestamp |
| The timestamp associated with this record. |
liquidityTotalWETH |
| Total liquidity of the exchange (aka total value locked (TVL)), in WETH. |
liquidityTotalUSD |
| Total liquidity of the exchange (aka total value locked (TVL)), in USD. |
pairsTradedTotal |
| Total number of pairs which were traded during that period of time. |
pairsCumulativeTotal |
| Total number of unique pairs which were traded since the exchange was created. |
tradesTotal |
| Total number of trades during that period of time. |