Get state
Description
Retrieve real-time state data for a specific on-chain liquidity pool, including token balances, USD valuations, 24-hour volume, and derived price ratios. Supports all pools indexed by Aleno across supported protocols and chains.
URL
Headers
Query Parameters
Name
Type
Required
Description
address
string
Yes
Pool contract address
chainId
string
Yes
Chain identifier (e.g. eth
, arbitrum
, bsc
, base
, etc.). Must be supported by Aleno.
Response
Returns a real-time pool state object with pricing information for the specified liquidity pool, including TVL, token composition, 24-hour volume, and token-to-token price conversion.
Example Response
Last updated
Was this helpful?