Cambrian List Pools API
GET /api/v1/solana/raydium-clmm/pools
Raydium CLMM Pools
Retrieves a comprehensive list of all Raydium Concentrated Liquidity Market Maker (CLMM) pools from the Solana blockchain. This endpoint provides essential information about each pool including token pairs, fees, creation timestamps, and pool addresses.
Business Value
- Pool Discovery: Identify and analyze all available Raydium CLMM pools for trading and liquidity provision opportunities
- Market Intelligence: Track new pool creation activity and monitor the expansion of the Raydium ecosystem
- Trading Strategy: Access complete pool metadata to develop informed trading strategies based on fee tiers and token pairs
- Portfolio Management: Evaluate potential liquidity mining opportunities across different fee structures
- DeFi Analytics: Perform comprehensive analysis of the Raydium CLMM ecosystem for research and investment decisions
Endpoint Details
URL:
https://opabinia.cambrian.network/api/v1/solana/raydium-clmm/pools
Method: GET
Authentication: Required via X-API-Key header
Query Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| limit | integer | No | 100 | Limit the number of results. Min: 1, Max: 1000 |
| offset | integer | No | 0 | Offset the results, allows you to skip a number of rows before starting to return rows. Min: 0, Max: 100000 |
Response Field Descriptions
| Response Field | Type | Description |
|---|---|---|
| poolAddress | FixedString(44) | The unique Solana address of the CLMM pool contract |
| chainId | UInt16 | Blockchain identifier (900 for Solana) |
| dexAddress | FixedString(44) | The Solana address of the Raydium CLMM program |
| dexName | String | Name of the DEX protocol (Raydium CLMM) |
| token0Address | FixedString(44) | Solana address of the first token in the pool pair |
| token0Symbol | String | Symbol/ticker of the first token |
| token0Decimals | UInt8 | Number of decimal places for the first token |
| token1Address | FixedString(44) | Solana address of the second token in the pool pair |
| token1Symbol | String | Symbol/ticker of the second token |
| token1Decimals | UInt8 | Number of decimal places for the second token |
| createdAt | DateTime('UTC') | UTC timestamp when the pool was created |
| fee | UInt32 | Pool fee in basis points (e.g., 100 = 0.01%) |
| tickSpacing | UInt16 | Tick spacing parameter for the concentrated liquidity pool |
Examples
1. Get All Available Raydium CLMM Pools
Retrieve the complete list of Raydium CLMM pools with default pagination.
curl -X GET "https://opabinia.cambrian.network/api/v1/solana/raydium-clmm/pools" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json"
Response:
{
"columns": [
{
"name": "poolAddress",
"type": "FixedString(44)"
},
{
"name": "chainId",
"type": "UInt16"
},
{
"name": "dexAddress",
"type": "FixedString(44)"
},
{
"name": "dexName",
"type": "String"
},
{
"name": "token0Address",
"type": "FixedString(44)"
},
{
"name": "token0Symbol",
"type": "String"
},
{
"name": "token0Decimals",
"type": "UInt8"
},
{
"name": "token1Address",
"type": "FixedString(44)"
},
{
"name": "token1Symbol",
"type": "String"
},
{
"name": "token1Decimals",
"type": "UInt8"
},
{
"name": "createdAt",
"type": "DateTime('UTC')"
},
{
"name": "fee",
"type": "UInt32"
},
{
"name": "tickSpacing",
"type": "UInt16"
}
],
"data": [
[
"GRjZQbjHo1GmCxt2UqqNx1WW6JSHBcQzUGS77naHFfMD",
900,
"CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK",
"Raydium CLMM",
"7wyrEyX2saCYeDgUBxybho8rvYkmr41BUhJAR2qGQrK",
"TON",
6,
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"USDC",
6,
"2026-01-09T14:12:30+00:00",
100,
1
],
[
"DZT1YWzJSbLtos1qj1zzaASkSfAt2q1LV3bEagohsrVA",
900,
"CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK",
"Raydium CLMM",
"BcdYe1tvmvPXc8UPnzur5nG8PrQFYyfe7cjPxQpZKdEF",
"TAO",
8,
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"USDC",
6,
"2026-01-09T14:11:26+00:00",
100,
1
],
[
"HbHvaciFGsDwD3d39VxeiGYYDcxR2kMNn5nJCZiCPtg6",
900,
"CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK",
"Raydium CLMM",
"Dg55zDp2tXr8gE4cXXhAW3N3D4TsSxvwra6rmYMwiyRT",
"HBAR",
6,
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"USDC",
6,
"2026-01-09T14:10:08+00:00",
100,
1
],
[
"4jBAU1QdZsZraaWiTkFRMTgvNWFUhAtEN12wrqETNPkM",
900,
"CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK",
"Raydium CLMM",
"Av3V85LuzZGUfAdE7haF74aveNhEfgP91vdWb2DJHG6q",
"HKDS",
9,
"Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB",
"USDT",
6,
"2026-01-09T14:06:00+00:00",
100,
1
],
[
"r58B1y81wVXNV5GyVM49tLwJ85vvdNhdgWNhX6FfeWq",
900,
"CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK",
"Raydium CLMM",
"So11111111111111111111111111111111111111112",
"SOL",
9,
"8ysJhjaDJ8dL1E1rXpVSSu1c2HySrvTn4EatZJrh2PqG",
"MASK",
6,
"2026-01-09T13:52:56+00:00",
100,
1
]
],
"rows": 5
// ... additional rows omitted for brevity
}
This response shows the most recently created Raydium CLMM pools including popular pairs like TON/USDC, TAO/USDC, HBAR/USDC, and SOL/MASK. Each pool has a 0.01% fee (100 basis points) and tick spacing of 1, indicating these are standard fee tier pools.
2. Get Limited Results with Pagination
Retrieve a specific number of pools using pagination parameters.
curl -X GET "https://opabinia.cambrian.network/api/v1/solana/raydium-clmm/pools?limit=50&offset=100" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json"
Response:
{
"columns": [
{
"name": "poolAddress",
"type": "FixedString(44)"
},
{
"name": "chainId",
"type": "UInt16"
},
{
"name": "dexAddress",
"type": "FixedString(44)"
},
{
"name": "dexName",
"type": "String"
},
{
"name": "token0Address",
"type": "FixedString(44)"
},
{
"name": "token0Symbol",
"type": "String"
},
{
"name": "token0Decimals",
"type": "UInt8"
},
{
"name": "token1Address",
"type": "FixedString(44)"
},
{
"name": "token1Symbol",
"type": "String"
},
{
"name": "token1Decimals",
"type": "UInt8"
},
{
"name": "createdAt",
"type": "DateTime('UTC')"
},
{
"name": "fee",
"type": "UInt32"
},
{
"name": "tickSpacing",
"type": "UInt16"
}
],
"data": [
[
"GRjZQbjHo1GmCxt2UqqNx1WW6JSHBcQzUGS77naHFfMD",
900,
"CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK",
"Raydium CLMM",
"7wyrEyX2saCYeDgUBxybho8rvYkmr41BUhJAR2qGQrK",
"TON",
6,
"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"USDC",
6,
"2026-01-09T14:12:30+00:00",
100,
1
]
],
"rows": 1
// ... additional rows omitted for brevity
}
This pagination example skips the first 100 pools and returns the next 50, useful for implementing efficient data loading in applications that display large numbers of pools.
x402 Payment Option
This endpoint supports pay-per-use access via the x402 payment protocol (v2) — pay $0.05 USDC per request using blockchain micropayments. No API key required.
Quick Start (TypeScript)
npm install @x402/fetch @x402/evm viem
import { x402Client } from "@x402/core/client";
import { ExactEvmScheme } from "@x402/evm/exact/client";
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const signer = privateKeyToAccount(process.env.EVM_PRIVATE_KEY as `0x${string}`);
const client = new x402Client();
client.register("eip155:*", new ExactEvmScheme(signer));
const fetchWithPayment = wrapFetchWithPayment(fetch, client);
const response = await fetchWithPayment(
"https://deep42.cambrian.network/api/v1/solana/raydium-clmm/pools"
);
const data = await response.json();
Quick Start (Python)
pip install "x402[httpx]"
import asyncio, os
from eth_account import Account
from x402 import x402Client
from x402.http.clients import x402HttpxClient
from x402.mechanisms.evm import EthAccountSigner
from x402.mechanisms.evm.exact.register import register_exact_evm_client
async def main():
client = x402Client()
account = Account.from_key(os.getenv("EVM_PRIVATE_KEY"))
register_exact_evm_client(client, EthAccountSigner(account))
async with x402HttpxClient(client) as http:
response = await http.get("https://deep42.cambrian.network/api/v1/solana/raydium-clmm/pools")
print(response.json())
asyncio.run(main())
Payment Flow
- Send a normal request to the endpoint (no API key needed)
- Server returns
402 Payment Requiredwith payment details - The x402 SDK automatically signs a payment authorization with your wallet
- The SDK resubmits the request with the signed payment
- Server verifies payment and returns the API response
The x402 SDK handles steps 2–5 automatically.
Network: Base (chain ID 8453) | Currency: USDC | Price: $0.05 per request
Related Endpoints
/api/v1/solana/ohlcv/pool- Retrieve OHLCV data for individual pool contracts enabling pair-specific price analysis and liquidity venue performance tracking/api/v1/solana/orca/pools- Retrieves a list of all Orca pools registered in the backend database providing essential static information about each pool/api/v1/solana/pool-transactions- Get detailed transaction data for Solana liquidity pools including swaps, adds, and removes/api/v1/solana/ohlcv/token- Retrieve Open, High, Low, Close, and Volume data for any SPL token/api/v1/solana/orca/pools/fee-metrics- Retrieves core metrics like fees, volume, TVL, and Fee APR for specific Orca Whirlpool pools