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.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Response with detailed CLMM pool information
Pool address
Base token contract address
Quote token contract address
Pool fee percentage
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Current pool price
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Total base token liquidity
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Total quote token liquidity
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Bin step (Meteora DLMM only)
Currently active bin ID (Meteora DLMM only)
Dynamic fee percentage
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$Minimum bin ID (Meteora-specific)
Maximum bin ID (Meteora-specific)
List of bins with liquidity