Supported operations: Token discovery, price tracking, trade analysis, holder analytics, token creation (via
pumpfun_create), and graduation/migration tracking.How do I discover new Pump.fun tokens?
Use the ranking endpoints to find newly created tokens on the Pump.fun launchpad.- REST API
- GraphQL
- MCP Tool
How do I get the price of a Pump.fun token?
- REST API
- GraphQL
- MCP Tool
Replace
TOKEN_ADDRESS with the actual Pump.fun token mint address.How do I get trades for a Pump.fun token?
- REST API
- GraphQL
- MCP Tool
How do I get top holders of a Pump.fun token?
- REST API
- GraphQL
- MCP Tool
How do I get OHLCV (K-line) data for a Pump.fun token?
- REST API
- GraphQL
- MCP Tool
How do I track Pump.fun tokens about to graduate?
Tokens in the “final stretch” are close to meeting the bonding curve graduation threshold and migrating to Raydium.- REST API
- MCP Tool
How do I find tokens that graduated from Pump.fun?
Graduated tokens have completed the bonding curve and migrated to a Raydium liquidity pool.- REST API
- MCP Tool
How do I get the top traders for a Pump.fun token?
- REST API
- GraphQL
- MCP Tool
How do I check a Pump.fun token’s security?
- REST API
- MCP Tool
How do I create a token on Pump.fun?
ChainStream supports creating tokens on Pump.fun directly via API.- REST API
- MCP Tool
Token creation requires a funded Solana wallet. The private key is used to sign the creation transaction.
How do I get the developer’s other tokens?
Find all tokens created by a specific developer address on Solana.- REST API
- MCP Tool
FAQ
What is Pump.fun graduation?
What is Pump.fun graduation?
When a Pump.fun token’s bonding curve reaches 100%, it “graduates” — the liquidity is migrated to a Raydium pool and the token begins trading on the open market. Use the
ranking/sol/finalStretch endpoint to track tokens approaching graduation, and ranking/sol/migrated for tokens that have already graduated.How do I filter out bot/MEV trades?
How do I filter out bot/MEV trades?
The GraphQL
DEXTrades Cube has a default filter IsSuspect = false that automatically excludes suspected bot and MEV trades. For REST API, check the trade response for the isSuspect field.Can I track Pump.fun tokens in real time?
Can I track Pump.fun tokens in real time?
Yes. Use WebSocket subscriptions for real-time price updates and trade streams. See Real-time Streaming for setup instructions.
Which chains support Pump.fun?
Which chains support Pump.fun?
Pump.fun is a Solana-only launchpad. Use
chain: sol (REST) or network: sol (GraphQL) for all Pump.fun queries.Related Documentation
GraphQL DEX Trades
More GraphQL query examples for DEX trade analysis.
Token Analysis Framework
Comprehensive token evaluation methodology.
MCP Tools Catalog
Full list of 50+ MCP tools for AI agent integration.
Raydium Guide
Raydium DEX trading and liquidity analysis.

