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