Supported operations: Trade analysis, liquidity pool monitoring, token price tracking, OHLCV data, holder analytics, and token creation via Raydium launchpad.
How do I get recent trades on Raydium?
- REST API
- GraphQL
- MCP Tool
How do I get the price of a token on Raydium?
- REST API
- GraphQL
- MCP Tool
How do I get liquidity pools for a token on Raydium?
- REST API
- GraphQL
- MCP Tool
How do I get pool details by address?
- REST API
- GraphQL
- MCP Tool
How do I get OHLCV (K-line) data for a Raydium token?
- REST API
- GraphQL
- MCP Tool
How do I get token holders on Raydium?
- REST API
- GraphQL
- MCP Tool
How do I get top traders for a Raydium token?
- REST API
- GraphQL
- MCP Tool
How do I get pool liquidity snapshots?
- REST API
- GraphQL
- MCP Tool
How do I create a token on Raydium?
ChainStream supports creating tokens on Raydium launchpad directly via API.- REST API
Token creation is only available on Solana. The private key is used to sign the creation transaction.
FAQ
What is the difference between Pump.fun and Raydium pools?
What is the difference between Pump.fun and Raydium pools?
Pump.fun tokens trade on a bonding curve until graduation; once they graduate, liquidity is migrated to a Raydium AMM pool. Use
ranking/sol/migrated to find recently graduated tokens.How do I filter trades by DEX?
How do I filter trades by DEX?
In GraphQL, use the
dexProgram selector to filter by Raydium’s program address. In REST, trades are returned across all DEXes — check the dex field in the response to identify Raydium trades.Can I track Raydium pool events in real time?
Can I track Raydium pool events in real time?
Yes. Use WebSocket subscriptions for real-time pool and trade updates. See Real-time Streaming for setup instructions.
Related Documentation
Pump.fun Guide
Complete Pump.fun token analysis including graduation tracking.
GraphQL Pools & Liquidity
GraphQL query examples for pool and liquidity data.
GraphQL DEX Trades
GraphQL query examples for DEX trade analysis.
MCP Tools Catalog
Full list of 50+ MCP tools for AI agent integration.

