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 |
| The id of the exchange. |
timestamp |
| The timestamp associated with this record. |
feesNative |
| Total amount of fees paid during that period of time, in native currency. |
feesUSD |
| Total amount of fees paid during that period of time, in USD. |
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. |
pairsTradedTotal |
| Total number of pairs which were traded during that period of time. |
tradesTotal |
| Total number of trades during that period of time. |
priceNative |
| Price associated with the pair. |
volumeTotalNative |
| Total volume traded during that period of time, in native currency. |
volumeTotalUSD |
| Total volume traded during that period of time, in USD. |