Skip to main content
POST
Add Liquidity To Clmm Position

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Request to add MORE liquidity to an EXISTING CLMM position

connector
string
required

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

network
string
required

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

position_address
string
required

Existing position address to add liquidity to

base_token_amount

Amount of base token to add

quote_token_amount

Amount of quote token to add

slippage_pct

Maximum slippage percentage; omit to use the connector's configured slippagePct

wallet_address
string | null

Wallet address (optional, uses default if not provided)

extra_params
Extra Params · object | null

Additional connector-specific parameters

Response

Successful Response