Get Clmm Pools
Get list of available CLMM pools for a connector.
Currently supports: meteora
Args: connector: CLMM connector (e.g., 'meteora') page: Page number (default: 0) limit: Results per page (default: 50, max: 100) search_term: Search term to filter pools (optional) sort_key: Sort by field (volume, tvl, feetvlratio, etc.) order_by: Sort order (asc, desc) include_unknown: Include pools with unverified tokens
Example: GET /gateway/clmm/pools?connector=meteora&search_term=SOL&limit=20
Returns: List of available pools with trading pairs, addresses, liquidity, volume, APR, etc.
Query parameters
Page number
Page number
Results per page (max 100)
Results per page (max 100)
Search term to filter pools
Search term to filter pools
Sort key (volume, tvl, etc.)
Sort key (volume, tvl, etc.)
Sort order (asc, desc)
Sort order (asc, desc)
Include pools with unverified tokens
Include pools with unverified tokens
Response
Successful Response
Changes
Changed in 2 of the 13 revisions of this API.3
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○