Collect Fees From Clmm Position
Collect accumulated fees from a CLMM liquidity position.
Example: connector: ‘meteora’ network: ‘solana-mainnet-beta’ position_address: ’…’ wallet_address: (optional)
Returns: Transaction hash and collected fee amounts
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 collect fees from a CLMM position
CLMM connector (e.g., 'meteora', 'raydium', 'uniswap')
Network ID in 'chain-network' format (e.g., 'solana-mainnet-beta')
Position address to collect fees from
Wallet address (optional, uses default if not provided)
Response
Successful Response
Response after collecting fees
Transaction hash
Position address
Base token fees collected
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Quote token fees collected
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Transaction status

