v13

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-0815390371.2 KB
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"}