Raydium API on Solana
Raydium runs three AMM programs on Solana. The API lists AMM v4 and CPMM together as raydium and concentrated liquidity as raydium_clmm, and the program ID on each swap tells all three apart. Pools, prices, OHLCV candles and individual swaps come back over REST, with streaming in preview.
Data as of 2026-09-17 14:31 UTC, source: /networks/solana/dexes
Raydium swaps on Solana
Each row is one swap from the transactions endpoint: the pair, its value in USD at the time, and the Raydium version it went through.
- SOL/USDC$989.59Raydium CLMM
- SOL/USDC$417.55Raydium CLMM
- SOL/USDC$753.56Raydium CLMM
- SOL/USDC$43.66Raydium CLMM
- SOL/USDC$666.85Raydium CLMM
- SOL/USDC$476.40Raydium CLMM
- SOL/USDC$529.64Raydium CLMM
- SOL/USDC$15.20Raydium AMM v4 and CPMM
- SOL/USDC$2.03Raydium AMM v4 and CPMM
- SOL/USDC$21.50Raydium AMM v4 and CPMM
- SOL/USDC$99.13Raydium CLMM
- SOL/USDC$1,107.47Raydium CLMM
- SOL/USDC$13.17Raydium AMM v4 and CPMM
- RAY/SOL$7.18Raydium CLMM
- SOL/USDC$946.65Raydium CLMM
- SOL/USDC$235.70Raydium CLMM
- SOL/USDC$1,257.83Raydium CLMM
- SOL/USDC$1,487.30Raydium CLMM
- SOL/USDC$753.26Raydium CLMM
- SOL/USDC$641.74Raydium CLMM
- SOL/USDC$595.60Raydium AMM v4 and CPMM
- SOL/USDC$548.56Raydium CLMM
- SOL/USDC$439.09Raydium CLMM
- SOL/USDC$237.98Raydium CLMM
- SOL/USDC$651.41Raydium CLMM
- SOL/USDC$1.00Raydium AMM v4 and CPMM
- SOL/USDC$37.99Raydium AMM v4 and CPMM
- SOL/USDC$5.12Raydium AMM v4 and CPMM
- RAY/SOL$297.59Raydium CLMM
- SOL/USDC$2.14Raydium AMM v4 and CPMM
- SOL/USDC$1.00Raydium AMM v4 and CPMM
- SOL/USDC$10.94Raydium AMM v4 and CPMM
- SOL/USDC$12.55Raydium AMM v4 and CPMM
- SOL/USDC$237.97Raydium CLMM
- RAY/SOL$37.72Raydium CLMM
- SOL/USDC$3.00Raydium AMM v4 and CPMM
- SOL/USDC$0.26Raydium AMM v4 and CPMM
- SOL/USDC$0.76Raydium AMM v4 and CPMM
- SOL/USDC$1.00Raydium AMM v4 and CPMM
- RAY/SOL$55.68Raydium CLMM
- RAY/SOL$83.57Raydium CLMM
- SOL/USDC$1.60Raydium AMM v4 and CPMM
- SOL/USDC$0.85Raydium AMM v4 and CPMM
- RAY/SOL$9.27Raydium CLMM
- RAY/SOL$362.21Raydium CLMM
- RAY/SOL$508.81Raydium CLMM
- RAY/SOL$53.47Raydium CLMM
- SOL/USDC$100.08Raydium AMM v4 and CPMM
- RAY/SOL$484.82Raydium CLMM
- SOL/USDC$1.18Raydium CLMM
- SOL/USDC$1.84Raydium CLMM
- SOL/USDC$17.51Raydium AMM v4 and CPMM
- SOL/USDC$2.91Raydium AMM v4 and CPMM
- SOL/USDC$396.71Raydium AMM v4 and CPMM
- SOL/USDC$4.30Raydium AMM v4 and CPMM
- SOL/USDC$22.66Raydium AMM v4 and CPMM
- SOL/USDC$2.29Raydium AMM v4 and CPMM
- RAY/SOL$1,276.86Raydium CLMM
- RAY/SOL$103.84Raydium CLMM
- RAY/SOL$133.00Raydium CLMM
Your first Raydium call
Find the busiest pools for one version, then read the swaps going through one of them. Token symbols come back in every transaction row, so there is no second lookup.
# top Raydium CLMM pools by 24h volume
curl "https://api.dexpaprika.com/networks/solana/pools/search?dex_name=raydium_clmm&order_by=volume_usd_24h&sort=desc&limit=5"
# newest transactions through one pool
curl "https://api.dexpaprika.com/networks/solana/pools/3ucNos4NbumPLZNWztqGHNFFgkHeRMBQAVemeeomsUxv/transactions?limit=5"curl "https://api.dexpaprika.com/networks/solana/pools/3ucNos4NbumPLZNWztqGHNFFgkHeRMBQAVemeeomsUxv/transactions?limit=1"{
"id": "5MJXVE4vRfYU4UxjewAhKS2WTK4aDLnPKyBQyQ5ti1XJUVkCHzYLdQDsvWE7qzo9DkqSgqrVJj1EsMHcvMN9Sw7J",
"pool_id": "3ucNos4NbumPLZNWztqGHNFFgkHeRMBQAVemeeomsUxv",
"factory_id": "CAMMCzo5YL8w4VFF8KVHrK22GGUsp5VTaW7grrKgrWqK",
"token_0_symbol": "SOL",
"token_1_symbol": "USDC",
"volume_0": 9.724366569,
"volume_1": 988.831841,
"price_0_usd": 101.76381796565285,
"created_at_block_number": 447818492,
"created_at": "2026-09-17T14:31:13Z"
}Response the API returned at 2026-09-17 14:31 UTC, trimmed to 10 fields. Try it sends this request from your browser.
AMM v4, CPMM and CLMM in one API
Pool records carry dex_id. Swap rows carry factory_id, the program the swap went through.
| Version | dex_id | factory_id | Volume, 24h | Share |
|---|---|---|---|---|
| Raydium CLMM | raydium_clmm | CAMMCzo5…KgrWqK | $116.7M | 84.1% |
| Raydium AMM v4 and CPMM | raydium | 675kPX9M…Ut1Mp8CPMMoo8L…5qKP1C | $22.1M | 15.9% |
Data as of 2026-09-17 14:31 UTC, source: /networks/solana/dexes
Top Raydium pools on Solana by 24h volume
| Pair | Version | Volume, 24h | Liquidity |
|---|---|---|---|
| SOL/USDC | Raydium CLMM | $37.1M | $7.2M |
| SOL/RAY | Raydium CLMM | $10.8M | $2.8M |
| SOL/USDC | Raydium AMM v4 and CPMM | $6.6M | $33.4M |
| SPYx/USDC | Raydium CLMM | $5.9M | $377,345.10 |
| SOL/USDT | Raydium CLMM | $5.7M | $880,293.32 |
| CRCLx/USDC | Raydium CLMM | $5.5M | $2.2M |
| SOL/USELESS | Raydium AMM v4 and CPMM | $4.4M | $5.1M |
| BOME/SOL | Raydium AMM v4 and CPMM | $1.5M | $16.2M |
| RAY/USDC | Raydium AMM v4 and CPMM | $1.2M | $5.8M |
| SOL/GRIFFAIN | Raydium AMM v4 and CPMM | $761,105.52 | $1.8M |
Endpoints that answer for Raydium
The same paths work on every chain we index. Full reference in the docs.
| Endpoint | Returns | Docs |
|---|---|---|
| GET /networks/solana/pools/search?dex_name=raydium_clmm | Raydium CLMM pools, sorted and filtered by volume, liquidity, transactions or age. Swap in raydium for the other versions. | reference |
| GET /networks/solana/pools/{address} | Liquidity, reserves, pricing and metadata for one pool. | reference |
| GET /networks/solana/pools/{address}/transactions | Recent swaps, liquidity adds and removes for a pool, with token symbols and USD prices. | reference |
| GET /networks/solana/pools/{address}/ohlcv | Candles for a pool at intervals from 1 minute to 24 hours. | reference |
| GET /networks/solana/tokens/{address} | Latest price, metadata and summary metrics for one token. | reference |
| GET /networks/solana/dexes | Every DEX on Solana, with each Raydium version as its own entry. | reference |
| SSE /sse/transactions | Swaps on a pool or token, pushed as they land. In preview. | reference |
Streaming Raydium swaps
Streaming over server-sent events is in preview. /sse/transactions pushes swaps on a pool or token as they land, and each update counts as one request. See the showcase streams for access, or watch a running price stream on the Solana streaming page.
What it costs
One call is one credit on your plan. Current quotas and rates are on the pricing page.
- A free API key, no credit card
- Every endpoint on this page
- Data can run a short way behind the chain
- Real-time data on every endpoint
- Higher request ceilings
- Its own hosts: api-pro and streaming-pro
Raydium API questions
Do I need an API key to query Raydium data?
A free API key is the place to start. It needs no credit card and works on every endpoint on this page: register one at console.dexpaprika.com. Current quotas are on the pricing page.
Which Raydium version is a swap from?
Read factory_id on the transaction row: CAMMCz…rWqK is Raydium CLMM and 675kPX…1Mp8 and CPMMoo…KP1C are Raydium AMM v4 and CPMM. Pool records carry dex_id directly: raydium_clmm is Raydium CLMM and raydium is Raydium AMM v4 and CPMM.
How do I list only Raydium pools on Solana?
Call /networks/solana/pools/search with dex_name=raydium_clmm, then with dex_name=raydium for the other versions. Add order_by=volume_usd_24h to get the busiest first.
How fresh is the Raydium data?
On the free plan, data can run a short way behind the chain. Paid plans serve it in real time. The figures on this page were read from the API at 2026-09-17 14:31 UTC.
What counts as one request?
One call is one credit, including a call that returns many rows. Batch endpoints bill per item. Each streaming update also counts as one.
Can I stream Raydium swaps instead of polling?
Streaming over server-sent events is in preview. /sse/transactions pushes swaps on a pool or token as they land. Access is described in the showcase streams docs, and a running price stream is on the Solana streaming page.
How do I send my key once I have one?
Put the key in the Authorization header on its own, with nothing in front of it.
Which host do I call?
api.dexpaprika.com with a free key. Pro and Enterprise keys go to api-pro.dexpaprika.com.
Start querying Raydium on Solana
Every call on this page is one paste away. Plans decide how many you can make and how fresh the data is.