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
12:34:05.123 [POOL] Orca SOL/USDC reserves: 45,231 SOL / 6.1M USDC sqrtPrice updated
12:34:05.187 [POOL] Raydium SOL/USDC tick -23041 → -23039 liquidity +2.4%
12:34:05.201 [ PRC] Oracle SOL $134.52 ± $0.04 conf: 99.7%
12:34:05.344 [POOL] Meteora SOL/USDC activeBin 8241 → 8242 binStep: 5
12:34:05.510 [ QTE] API SOL→USDC best: Orca 134.52 USDC 2nd: Raydium 134.48 pools: 7 <8ms
12:34:05.892 [ PRC] Oracle ETH $3,420.10 ± $1.20 conf: 99.6%
12:34:06.001 [POOL] PumpSwap FARTCOIN/SOL reserves: 892M FART / 41.2 SOL
12:34:06.103 [POOL] Raydium BONK/SOL reserves: 12.4B BONK / 1,847 SOL
12:34:06.244 [ NEW] Stream TRUMP/USDC new Meteora DLMM pool detected binStep: 10
12:34:06.501 [POOL] Orca jitoSOL/SOL reserves: 84,221 jitoSOL / 89,102 SOL ratio: 1.0579
12:34:06.612 [ QTE] API ETH→USDC best: Raydium 3,420.1 USDC pools: 4 <6ms
12:34:06.891 [ PRC] Oracle BTC $67,230.40 ± $12.50 conf: 99.9%
12:34:07.044 [POOL] Meteora WIF/SOL activeBin 6102 → 6103 liquidity rebalanced
12:34:07.203 [POOL] Raydium JUP/USDC tick -8847 → -8845 fee: 25bps
12:34:07.401 [SWAP] Bundle SOL→USDC submitted → 5 endpoints sig: 4kX9...mN2 bundle-protected
12:34:07.612 [POOL] Phoenix SOL/USDC orderbook: best bid 134.50 best ask 134.54
12:34:07.801 [POOL] Saber USDC/USDT reserves: 2.1M USDC / 2.08M USDT peg: 0.9990
12:34:08.102 [POOL] Orca mSOL/SOL reserves: 124,501 mSOL / 131,220 SOL ratio: 1.0540
12:34:08.244 [ PRC] Oracle JUP $0.842 ± $0.002 conf: 99.4%
12:34:08.501 [ QTE] API BONK→SOL best: Raydium 0.0000149 SOL pools: 5 <4ms
12:34:08.710 [POOL] Raydium POPCAT/SOL reserves: 1.2M POPCAT / 89.4 SOL
12:34:09.001 [ NEW] Stream MEW/SOL new Raydium CPMM pool detected fee: 25bps
12:34:09.203 [POOL] Meteora PYUSD/USDC activeBin 0 → 1 stablecoin rebalance
12:34:09.504 [SWAP] Bundle BONK→SOL submitted → 5 endpoints sig: 7pR2...kL8 bundle-protected
12:34:09.801 [ PRC] Oracle SOL $134.55 ± $0.03 conf: 99.8% +0.02%
12:34:10.044 [POOL] Orca WBTC/USDC reserves: 12.4 WBTC / 834K USDC
12:34:10.301 [POOL] Raydium SOL/USDT tick -23038 → -23036 volume spike +340%
12:34:10.510 [ QTE] API WIF→USDC best: Meteora 2.41 USDC 2nd: Orca 2.40 pools: 6 <9ms

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?

FeatureVenumJupiterHeliusShyftBirdeye
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
Get Free Key
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
Start Building
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
Go Pro

No swap fees on any tier. Cancel anytime.

Get Started

Free tier. No credit card required. Instant API key.

Sign Up — Free