v1
latestOpenAPI 3.0.32026-07-22693462.7 KBPools
List pools with pagination
Legacy endpoint. Retrieve paginated pool list with filtering and sorting. Cached 60 seconds. pageSize limited to 1000. Kept live for existing integrations; new integrations should query pools by ID, mint pair, or LP mint via the other /pools/info/* endpoints, or use the indexer-backed routing surface in the Transaction API.
get/pools/info/list
Query parameters
poolType'all' | 'concentrated' | 'standard' | 'allFarm' | 'concentratedFarm' | 'standardFarm' required
poolSortField'default' | 'liquidity' | 'volume24h' | 'fee24h' | 'apr24h' | 'volume7d' | 'fee7d' | 'apr7d' | 'volume30d' | 'fee30d' | 'apr30d' required
sortType'desc' | 'asc' required
pageSizeinteger required
pageinteger required
Response
Success
Example response
{
"data": {
"data": [
{
"symbol": "BTC/USDC"
}
]
}
}