Get Clmm Pool Info
Get detailed information about a CLMM pool by pool address.
Args: connector: CLMM connector (e.g., 'meteora', 'raydium') network: Network ID in 'chain-network' format (e.g., 'solana-mainnet-beta') pool_address: Pool contract address
Example: GET /gateway/clmm/pool-info?connector=meteora&network=solana-mainnet-beta&pool_address=2sf5NYcY4zUPXUSmG6f66mskb24t5F8S11pC1Nz5nQT3
Returns: Pool information including liquidity, price, bins (for Meteora), etc. All field names are returned in snake_case format.
Note: For Raydium connector, uses Raydium API directly instead of Gateway.
Query parameters
Response
Successful Response
Example response
{
"active_bin_id": -374,
"address": "5hbf9JP8k5zdrZp9pokPypFQoBse5mGCmW6nqodurGcd",
"base_token_address": "METvsvVRapdj9cFLzq4Tr43xK4tAjQfwX76z3n6mWQL",
"base_token_amount": 8645709.142366,
"bin_step": 20,
"bins": [],
"dynamic_fee_pct": 0.2,
"fee_pct": 0.2,
"max_bin_id": 21835,
"min_bin_id": -21835,
"price": 0.47366592950616504,
"quote_token_address": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"quote_token_amount": 1095942.335132
}Changes
Changed in 3 of the 13 revisions of this API.43
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
activeBinIdbecame optional for the status200response-property-became-optional
- ▲
the response property
binStepbecame optional for the status200response-property-became-optional
- ▲
response property
activeBinIdlist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
response property
binSteplist-of-types was widened by adding typesnullto media typeapplication/jsonof response200response-property-list-of-types-widened
- ▲
- ○
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
- ○