Pump.fun Buy and Sell API
The fastest non-custodial trading API for the pump.fun ecosystem. **What you get:** - Build unsigned buy/sell transactions for any pump.fun token in one POST request - Auto-detects venue across three direct integrations: pump.fun bonding curve, PumpSwap AMM, and Raydium AMM v4 - 0.3% service fee — half of PumpPortal Local API (0.5%), one-third of PumpPortal Lightning (1%) - Non-custodial by…
Pump.fun Buy and Sell API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Trading | ||
| POST |
/api/trade/local /api/trade/local |
Build an unsigned trade transaction. Auto-routes to pump.fun BC, PumpSwap, or Raydium AMM v4 based on where the token has liquidity. Fee is auto-injected as a SOL transfer in the… |
| Market Data | ||
| GET |
/api/curve/{mint} /api/curve/{mint} |
Fetch live bonding curve state for a Pump.fun token. Includes virtual/real reserves, fill % toward graduation, price, and market cap in SOL. |
| Stream | ||
| GET |
/api/events/recent /api/events/recent |
Get recent Pump.fun program events (newToken / trade / migration). Poll this endpoint to track activity. For lower-latency push, use the WebSocket endpoint /api/stream (direct… |
| api | ||
| GET |
/api/stream /api/stream |
|
| GET |
/api/health /api/health |
|
| admin | ||
| POST |
/admin/keys /admin/keys |
|
| GET |
/admin/keys /admin/keys |
|
| DELETE |
/admin/keys/{key} /admin/keys/{key} |
|
| GET |
/admin/usage/{key} /admin/usage/{key} |
|
Pump.fun Buy and Sell API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $9 / month | 60 / minute |
|
| PRO | $19 / month | 600 / minute |
|
| ULTRA | $99 / month | 3000 / minute |
|
| MEGA | $499 / month | 12000 / minute |
|