Gateway CLMM

Search Clmm Positions

Search CLMM positions with filters.

Args: network: Filter by network (e.g., 'solana-mainnet-beta') connector: Filter by connector (e.g., 'meteora') wallet_address: Filter by wallet address trading_pair: Filter by trading pair (e.g., 'SOL-USDC') status: Filter by status (OPEN, CLOSED) position_addresses: Filter by specific position addresses (list of addresses) limit: Max results (default 50, max 1000) offset: Pagination offset refresh: If True, refresh position data from Gateway before returning (default False)

Returns: Paginated list of positions

post/gateway/clmm/positions/search

Query parameters

networkstring nullable
connectorstring nullable
wallet_addressstring nullable
trading_pairstring nullable
statusstring nullable
position_addressesstring[] nullable
limitinteger
offsetinteger
refreshboolean

Response

Successful Response

{"stackTrail":"paths:/gateway/clmm/positions/search:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Changed in 4 of the 13 revisions of this API.23

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the 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

    • the response's body type changed from array to no type for status

      response-body-type-changed

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the response's body type changed from no type to array for status

      response-body-type-changed

    • 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