Solana Execution Infrastructure
for Builders
Speed. Control. Composability.
All major DEXes. Real-time prices. Instant execution.
Composable instructions, not blob TXs.
swap.js</>
// 1. Get the best route
const { routes } = await fetch('https://api.venum.dev/v1/quote', {
method: 'POST',
headers: { 'Content-Type': 'application/json', 'X-API-Key': API_KEY },
body: JSON.stringify({ inputMint: 'SOL', outputMint: 'USDC', amount: '1000000000' }),
}).then(r => r.json());
// 2. Build the transaction
const { transaction } = await fetch('https://api.venum.dev/v1/swap/build', {
method: 'POST',
headers: { 'Content-Type': 'application/json', 'X-API-Key': API_KEY },
body: JSON.stringify({ route: routes[0], userPublicKey: wallet.publicKey }),
}).then(r => r.json());
// 3. Sign and submit
const tx = Transaction.from(Buffer.from(transaction, 'base64'));
tx.sign(wallet);
const { signature } = await fetch('https://api.venum.dev/v1/send', {
method: 'POST',
headers: { 'Content-Type': 'application/json', 'X-API-Key': API_KEY },
body: JSON.stringify({ transaction: tx.serialize().toString('base64') }),
}).then(r => r.json());See What Venum Sees
Real-time pool state, price feeds, and swap execution across all major DEXes — execute in milliseconds.
venum — geyser feed
Built for Power and Performance
Multi-DEX Routing
Smart swap across all major DEXes. Orca, Raydium, Meteora, PumpSwap, Phoenix, Saber, and more. Best route, every time.
Bundle Submission
Every swap submitted via bundles. Auto retry, rebroadcast, dynamic tip optimization. No sandwiching.
Real-Time Data Feeds
Oracle feeds, exchange WebSocket, streaming pool state. Sub-second updates. Zero RPC overhead for cached pools.
Why Choose Venum?
| Feature | Venum | Jupiter | Helius | Shyft | Birdeye |
|---|---|---|---|---|---|
| Real-Time Pool State | ✓ | ✕ | ✕ | ✕ | ✕ |
| SSE Price Streams | ✓ | ✕ | ✕ | ✕ | ✓ |
| Swap Building | ✓ | ✓ | ✕ | ✕ | ✕ |
| Composable Instructions | ✓ | ✕ | ✕ | ✕ | ✕ |
| Bundle Submission | ✓ | ✕ | ✓ | ✕ | ✕ |
| Multi-DEX Routing | ✓ | ✓ | ✕ | ✕ | ✕ |
| Token Prices | ✓ | ✓ | ✕ | ✓ | ✓ |
| Pool Discovery | ✓ | ✕ | ✕ | ✓ | ✓ |
| TX Status Tracking | ✓ | ✕ | ✓ | ✓ | ✕ |
Simple Pricing
No swap fees. No hidden costs. Just subscription.
Free
$0/forever
Get started with the basics
- ✓60 price lookups/min
- ✓10 quotes/min
- ✓2 swaps/min
- ✓1 SSE stream connection
- ✓All major DEXes
- ✓Real-time pool data
Starter
$49/mo
For indie builders and small bots
- ✓300 price lookups/min
- ✓60 quotes/min
- ✓15 swaps/min
- ✓3 SSE stream connections
- ✓Pool details + new pools
- ✓TX status tracking
- ✓Email support
Pro
$199/mo
For Telegram bots, wallets, and trading firms
- ✓1000 price lookups/min
- ✓300 quotes/min
- ✓60 swaps/min
- ✓10 SSE stream connections
- ✓Bulk pool export (seed)
- ✓Optimistic prices
- ✓Priority support
No swap fees on any tier. Cancel anytime.