Gateway CLMM

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.

get/gateway/clmm/pools

Query parameters

connectorstring required
pageinteger

Page number

Page number

limitinteger

Results per page (max 100)

Results per page (max 100)

search_termstring nullable

Search term to filter pools

Search term to filter pools

sort_keystring nullable

Sort key (volume, tvl, etc.)

Sort key (volume, tvl, etc.)

order_bystring nullable

Sort order (asc, desc)

Sort order (asc, desc)

include_unknownboolean

Include pools with unverified tokens

Include pools with unverified tokens

Response

Successful Response

totalinteger required

Total number of pools

pageinteger required

Current page number

limitinteger required

Results per page

Changes

Changed in 2 of the 13 revisions of this API.3

    • added the optional property detail/items/ctx to the response with the 422 status

      response-optional-property-added

    • added the optional property detail/items/input to the response with the 422 status

      response-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