Remove Liquidity From Clmm Position
Remove SOME liquidity from a CLMM position (partial removal).
Example: connector: ‘meteora’ network: ‘solana-mainnet-beta’ position_address: ’…’ percentage: 50 wallet_address: (optional)
Returns: Transaction hash
Documentation Index
Fetch the complete documentation index at: https://condor.hummingbot.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
Request to remove SOME liquidity from a CLMM position (partial removal)
CLMM connector (e.g., 'meteora', 'raydium', 'uniswap')
Network ID in 'chain-network' format (e.g., 'solana-mainnet-beta')
Position address to remove liquidity from
Percentage of liquidity to remove (0-100)
Wallet address (optional, uses default if not provided)
Response
Successful Response

