Get all CLMM liquidity positions owned by a wallet for a specific pool.
Example: connector: ‘meteora’ network: ‘solana-mainnet-beta’ pool_address: ‘2sf5NYcY4zUPXUSmG6f66mskb24t5F8S11pC1Nz5nQT3’ wallet_address: (optional, uses default if not provided)
Returns: List of CLMM position information for the specified pool
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Request to get all CLMM positions owned by a wallet for a specific pool
CLMM connector (e.g., 'meteora', 'raydium', 'uniswap')
Network ID in 'chain-network' format (e.g., 'solana-mainnet-beta')
Pool contract address to filter positions
Wallet address (optional, uses default if not provided)
Successful Response
Position address
Pool address
Trading pair
Base token symbol
Quote token symbol
Base token amount in position
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Quote token amount in position
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Current pool price
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Lower price bound
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Upper price bound
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Whether position is currently in range
Base token uncollected fees
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Quote token uncollected fees
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Lower bin ID (Meteora)
Upper bin ID (Meteora)