Latest

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

FieldTypeDescription
exchangeNamestringThe name of the exchange (if available).
exchangeIdstringThe address of the exchange/pool.
pairstringThe common name for the pair - name is not unique, use pairAddress instead.
pairNormalizedstringThe internal name for the pair - name is not unique, use pairAddress instead.
pairAddressstringThe address of the pair.
baseAddressstringThe address of the first underlying assert behind the pair.
quoteAddressstringThe address of the last underlying assert behind the pair.
addressstringThe address of the asset for which this liquidity events is for (would be one of base or quote address).
timestampstringThe timestamp associated with this record.
transactionHashstringThe hash of the transaction which included this liquidity event.
transactionIndexnumberThe index of the transaction which included this liquidity event.
logIndexnumberThe index of the log within the transaction which included this liquidity event.
amountnumberThe new amount of the underlying asset after this liquidity event.
liquidityPricenumberThe new price of the underlying asset after this liquidity event.
Language
Authorization
Header
Click Try It! to start a request and see the response here!