Liquidity

Get available liquidity for a specific pool type on a chain

Returns the pool address and available balance for the requested chain and token

get/liquidity/pools/{poolType}

Path parameters

poolType'aave' | 'aave_v2' | 'usdc' | 'usdc_v2' | 'aave_long_term' | 'aave_long_term_v2' required

Pool type

Query parameters

chainstring required

CAIP chain ID

tokenSymbolstring required

Token symbol

Response

Successfully retrieved available liquidity

Changes