Gateway CLMM

Get Clmm Positions Owned

Get all CLMM liquidity positions owned by a wallet for a specific pool.

Example: connector: 'meteora' network: 'solana-mainnet-beta' pool_address: '2sf5NYcY4zUPXUSmG6f66mskb24t5F8S11pC1Nz5nQT3' wallet_address: (optional, uses default if not provided)

Returns: List of CLMM position information for the specified pool

post/gateway/clmm/positions_owned

Request body

connectorstring required

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

networkstring required

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

pool_addressstring required

Pool contract address to filter positions

wallet_addressstring nullable

Wallet address (optional, uses default if not provided)

Response

Successful Response

position_addressstring required

Position address

pool_addressstring required

Pool address

trading_pairstring required

Trading pair

base_tokenstring required

Base token symbol

quote_tokenstring required

Quote token symbol

base_token_amountstring required

Base token amount in position

quote_token_amountstring required

Quote token amount in position

current_pricestring required

Current pool price

lower_pricestring required

Lower price bound

upper_pricestring required

Upper price bound

base_fee_amountstring nullable

Base token uncollected fees

quote_fee_amountstring nullable

Quote token uncollected fees

lower_bin_idinteger nullable

Lower bin ID (Meteora)

upper_bin_idinteger nullable

Upper bin ID (Meteora)

in_rangeboolean required

Whether position is currently in range

Changes

Changed in 2 of the 13 revisions of this API.3

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the optional property // to the response with the status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog