Pump.fun New Tokens WebSocket API
This API provides a real-time WebSocket feed of **newly created Pump.fun tokens** on Solana. The stream is optimized for low-latency token discovery and returns a **stable normalized JSON schema** so client systems do not break. Unlike listing-based aggregators, this API is powered by a **custom direct ingestion pipeline** and is **not dependent on Dexscreener, Birdeye, or similar third-party…
Pump.fun New Tokens WebSocket API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /health |
Returns service health status and service name. Use this endpoint to verify API availability before opening a WebSocket session. |
| GET |
List Available Channels /v1/channels |
Returns channels available for the current API key plan. This endpoint is plan-aware and helps clients discover what they can subscribe to via WebSocket. Pass API key in header… |
| POST |
Create WS Ticket /v1/ws-ticket |
Issues a short-lived websocket access token for the current API key plan. Use returned token to connect to wss endpoint. |
Pump.fun New Tokens WebSocket API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| PRO | $10 / month | — |
|
| ULTRA | $15 / month | — |
|