Skip to main content
POST
Open 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 open a new CLMM position with initial liquidity

connector
string
required

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

network
string
required

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

pool_address
string
required

Pool contract address

lower_price
required

Lower price for position range

upper_price
required

Upper price for position range

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

Response after opening a new CLMM position

transaction_hash
string
required

Transaction hash

trading_pair
string
required

Trading pair

pool_address
string
required

Pool address

lower_price
string
required

Lower price bound

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
upper_price
string
required

Upper price bound

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
position_address
string | null

Address of the newly created position. None when the transaction was submitted but not yet confirmed (Gateway only knows the address once the tx lands) — poll the transaction; the poller records the position once it appears on-chain

base_token_amount_added
string | null

Base amount actually added on-chain (confirmed txs only; the requested amount otherwise)

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
quote_token_amount_added
string | null

Quote amount actually added on-chain (confirmed txs only; the requested amount otherwise)

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
position_rent
string | null

Native token locked as rent for the position account (refunded on close)

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
status
string
default:submitted

Transaction status