Pump.fun Bundler API Guide 2026
Updated January 2026 · SolBundler Team
APIs Used for Pump.fun Bundling in 2026
Pump.fun bundling in 2026 relies on three main APIs: the Pump.fun program API for token creation, pumpportal.fun for simplified trade transaction generation, and the Jito block engine API for bundle submission.
Pumpportal.fun API
Pumpportal.fun provides a simplified REST API that generates pre-built Pump.fun transactions. You send parameters (wallet, action, mint, amount) and receive a serialized transaction ready to sign. SolBundler uses this API internally for reliable transaction generation.
Jito Block Engine API
The Jito bundle API accepts an array of up to 5 base58-encoded signed transactions. The endpoint is https://mainnet.block-engine.jito.wtf/api/v1/bundles. You submit via JSON-RPC with the sendBundle method. Multiple regional endpoints (NY, Amsterdam, Frankfurt, Tokyo) improve success rates.
Solana RPC Requirements
Reliable bundling requires a premium Solana RPC provider. In 2026, Helius and QuickNode offer the lowest latency and highest reliability for Pump.fun bundle operations. Free public RPC endpoints are too slow for competitive block 0 execution.
SolBundler's API Implementation
SolBundler handles all API complexity internally. It manages RPC connections, constructs bundles, rotates Jito endpoints, and handles errors automatically. You get the benefits of direct API access without writing a single line of code.
Understanding the APIs Behind Pump.fun Bundling
Modern Pump.fun bundlers use three core APIs working together: the Pump.fun API (or its alternatives) for token creation instructions, the Jito API for bundle submission, and a Solana RPC provider for transaction building and network communication. Understanding how these APIs interact helps you troubleshoot bundle failures, optimize performance, and make informed decisions when choosing tools. This guide explains each layer without requiring deep technical knowledge.
The Pump.fun Token Creation API
Pump.fun exposes a public API at pump.fun for token operations. The primary endpoint used by bundlers is the token creation instruction builder — it takes your token metadata (name, ticker, image URL, description, social links) and returns the Solana transaction instruction needed to create the token on-chain. The pumpportal.fun API (a third-party service) provides a simplified wrapper around this functionality that's commonly used in open-source bundler scripts.
SolBundler handles all Pump.fun API interactions automatically. When you fill in your token details and click Deploy, SolBundler calls the creation API, gets the instruction, and includes it in your Jito bundle. You never interact with the API directly.
IPFS for Token Metadata Storage
Token images and metadata are not stored on Solana directly — they're uploaded to IPFS (InterPlanetary File System), a decentralized storage network, and the IPFS URI is stored on-chain. This is why token images persist permanently even if the original website goes offline. SolBundler handles IPFS upload automatically before bundle submission. The upload typically takes 2-5 seconds and the URI is included in the token creation instruction.
The Jito Bundle Submission API
Jito exposes block engine endpoints in multiple regions: New York (mainnet.block-engine.jito.wtf), Amsterdam, Frankfurt, and Tokyo. Bundle submission is a POST request containing your serialized transactions with a tip transaction appended. SolBundler submits to all regional endpoints simultaneously for maximum landing rate. The Jito API returns a bundle ID which you can track to confirm execution.
Solana RPC — The Foundation Layer
Everything runs on top of a Solana RPC (Remote Procedure Call) provider — the connection to the Solana blockchain. RPC is used for: fetching account data (wallet balances, token accounts), building transactions (getting recent blockhash), simulating transactions before submission, and confirming transaction success. SolBundler uses Helius as its RPC provider. Helius is optimized for Solana with enhanced APIs, low latency (approximately 50ms), and reliable uptime — critical for time-sensitive bundle submissions.
How the APIs Work Together in a Launch
The launch sequence: SolBundler calls Helius RPC to fetch wallet balances and recent blockhash. Token metadata is uploaded to IPFS. Pump.fun API returns token creation instruction. SolBundler builds all transactions (creation + wallet buys) using the blockhash. Jito tip transaction is appended. Bundle is serialized and submitted to all Jito regional endpoints via Jito API. Helius RPC monitors confirmation. The entire sequence from click to bundle submission takes approximately 2-4 seconds.
FAQ
Do I need API keys to use SolBundler? No — SolBundler provides all necessary API access including Helius RPC and Jito endpoints. You only need your Solana wallet and funded wallets. All API configuration is handled by the platform.
Can I use my own RPC provider with SolBundler? SolBundler uses its own Helius RPC configuration optimized for bundle submissions. Individual RPC configuration is not currently supported in the user interface.
What happens if the Pump.fun API is down during my launch? If Pump.fun's API is unavailable, token creation instructions cannot be generated and the launch cannot proceed. Monitor Pump.fun's status and retry when the API recovers. This is rare but does occur occasionally during high-traffic periods.
Is the pumpportal.fun API the same as Pump.fun's official API? No — pumpportal.fun is a third-party service that provides a simplified API wrapper for Pump.fun interactions. It is widely used by open-source bundler scripts but is not officially affiliated with Pump.fun. SolBundler interacts directly with Pump.fun's on-chain program rather than through third-party wrappers.
Ready to Launch?
Use SolBundler to launch your token with block 0 bundle buying — free to use.
Get Started Free →