🚰Get Pool Liquidity
Get Pool Liquidity
GET
endpoint/liquidityPools
Path Parameters
Name
Type
Description
chainId*
Chain ID of pools
symbol
String
Symbol name of pool token (e.g., USDC/USDT/ETH)
{
"isSuccess": true,
"data": {
"USDC": {
"tokenAddress": "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4",
"liquidityAmount": "97.72524912"
}
}
}
Last updated
Was this helpful?