Lifecycle Overview
Every Pump.fun token goes through the same stages. A bonding curve is a pricing path where the price changes as people buy or sell before the token moves to a normal trading pool.- Created — the token launches on the bonding curve.
- Graduating — the bonding curve fills up from 0–100%.
- Graduated — the curve is complete, and liquidity moves to a DEX pool.
Find New Pump.fun Tokens
REST: Latest Tokens
pools[0].market to isolate Pump.fun tokens:
REST: Search with Filters
Use the search endpoint to find Pump.fun tokens with specific criteria:REST: Tokens by Deployer
Find all tokens launched by a specific wallet:WebSocket: Live Feed
Stream every new token the moment it’s created:Track Bonding Curve Progress
REST: Graduating Tokens
Get all tokens currently on a bonding curve:WebSocket: Graduating Stream
WebSocket: Curve Percentage Alerts
Get notified when any token hits a specific bonding curve milestone:pumpfun, launchpad, boop, meteora-curve.
Detect Graduation
REST: Recently Graduated
WebSocket: Graduated Stream
REST: Graduation Timestamp for a Specific Token
GET /tokens/{tokenAddress} and POST /tokens/multi do not include a graduation timestamp field. To fetch when a specific token graduated, use the search endpoint — it returns a graduatedAt field (Unix ms, null if the token has not graduated).
data[].graduatedAt. You can also filter by graduation window using minGraduatedAt / maxGraduatedAt.
Example: Graduation Pipeline
Watch tokens across their full Pump.fun lifecycle:Swap Pump.fun Tokens
Use the Raptor Swap API to buy and sell Pump.fun tokens. It handles bonding curve swaps and post-graduation DEX swaps automatically.Risk Signals
Pump.fun tokens carry specific risks you can monitor:
Use these Datastream rooms to monitor safety signals on any Pump.fun token:
See the Safety Streams guide for full examples.
Yellowstone gRPC (Advanced)
For low-level transaction parsing, use Yellowstone gRPC to stream raw Pump.fun transactions directly from Solana:- Pump.fun Buy/Sell Detection — parse buy/sell events with full IDL decoding
- Pump.fun Account Streaming — monitor bonding curve account state changes
Room Reference
API Endpoints
Token Discovery
Trending, volume leaders, and top performers across all markets.
Token Discovery Streams
Real-time graduating, graduated, and curve percentage streams.
Safety Streams
Sniper, bundler, insider, and holder monitoring.
Swap API
Buy and sell tokens through Raptor with automatic routing.