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
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response