v13

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-0815390371.2 KB
Gateway CLMM

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

post/gateway/clmm/collect-fees

Request body

connectorstring required

CLMM connector (e.g., 'meteora', 'raydium', 'uniswap')

networkstring required

Network ID in 'chain-network' format (e.g., 'solana-mainnet-beta')

position_addressstring required

Position address to collect fees from

wallet_addressstring nullable

Wallet address (optional, uses default if not provided)

Response

Successful Response

transaction_hashstring required

Transaction hash

position_addressstring required

Position address

base_fee_collectedstring nullable

Base token fees collected

quote_fee_collectedstring nullable

Quote token fees collected

statusstring

Transaction status