Retrieves the latest liquidity information for the specified pool including both token liquidity prices.
Protocols Supported
This endpoint only supports Uniswap v2, Uniswap v3, Sushiswap and Balancer.
Note: For Balancer, we currently do not calculate
liquidityPrice
.
Blockchains Supported
This endpoint only supports data from
ethereum-mainnet
.
Response Data
Field | Type | Description |
---|---|---|
exchangeName |
| The name of the exchange (if available). |
exchangeId |
| The address of the exchange/pool. |
pair |
| The common name for the pair - name is not unique, use pairAddress instead. |
pairNormalized |
| The internal name for the pair - name is not unique, use pairAddress instead. |
pairAddress |
| The address of the pair. |
baseAddress |
| The address of the first underlying assert behind the pair. |
quoteAddress |
| The address of the last underlying assert behind the pair. |
address |
| The address of the asset for which this liquidity events is for (would be one of base or quote address). |
timestamp |
| The timestamp associated with this record. |
transactionHash |
| The hash of the transaction which included this liquidity event. |
transactionIndex |
| The index of the transaction which included this liquidity event. |
logIndex |
| The index of the log within the transaction which included this liquidity event. |
amount |
| The new amount of the underlying asset after this liquidity event. |
liquidityPrice |
| The new price of the underlying asset after this liquidity event. |