Retrieves historical daily metrics for the specified asset (for example DAI).
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 31 days.
Not specifying startDate and endDateIf the startDate and endDate query parameters are not provided, the API will return daily data from the previous 1 month.
Response Data
Field | Type | Description |
---|---|---|
exchangeId |
| The id of the exchange. |
timestamp |
| The timestamp associated with this record. |
liquidityTotalNative |
| Total liquidity for the asset (aka total value locked (TVL)), in native currency. |
liquidityTotalUSD |
| Total liquidity for the asset (aka total value locked (TVL)), in USD. |