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.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Page number
x >= 0Results per page (max 100)
1 <= x <= 100Search term to filter pools
Sort key (volume, tvl, etc.)
Sort order (asc, desc)
Include pools with unverified tokens