Now in Public Beta

Lightning-Fast Transaction Service

Send transactions to Solana with blazing speed and reliability. One API call. Sub-second confirmation. Built for developers.

Sub-Second
Dedicated SWQoS
Anti-MEV
send_transaction.sh
curl -X POST https://bolttx.io/v1/send
  -H "Authorization: Bearer YOUR_API_KEY"
  -d '{"transaction": "base64_encoded_tx"}'
Sub-Second
Latency
24/7
Uptime
Zero
Monthly Fees
Production-Grade Infrastructure

Built for performance, not promises

Purpose-built infrastructure for serious Solana builders. Every layer of our stack is tuned for one thing — landing your transactions, fast.

Sub-Second Landing

Ultra-low latency transaction delivery. Most transactions confirm within a single Solana slot.

Dedicated SWQoS

Every plan includes stake-weighted quality of service with prioritized connections, ensuring your transactions land even during peak congestion.

Global Edge Network

Distributed nodes with automatic failover across major regions. Traffic takes the shortest path, and there's always a backup.

Native Anti-MEV

Your transaction payload is kept out of public streams and searcher feeds. No sandwich, no copy-trade, no leaks.

Pure Execution

Your transaction lands exactly as signed, ordered fairly by the tip you set. Higher tip = higher priority. No front-running, no hidden fees.

Real-time Dashboard

Monitor your transaction volume, latency, and landed rate in a live dashboard. Every metric is measured on-chain.

Up and running in 3 minutes

No complex setup. No node management. Just a simple REST API.

Step 01

Get Your API Key

Sign up in seconds. Get a free API key to start building immediately.

Step 02

Build Your Transaction

Create and sign your Solana transaction using any SDK. We handle the sending and confirmation.

Step 03

Send & Track

One API call to send. Get instant confirmation status and real-time dashboard analytics.

Simple developer-firstAPI

Two integration modes. Use our native REST API, or drop our URL into your existing Solana client — your choice.

Our native endpoint — recommended for new integrations

curl -X POST https://bolttx.io/v1/send \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "transaction": "base64_encoded_signed_tx",
    "options": {
      "skip_preflight": true,
      "max_retries": 3,
      "anti_mev": true
    }
  }'
Zero Monthly Fees

Pay only for what you send

No subscriptions. No monthly fees. Every plan is free forever — you only pay a small tip per transaction.

Others charge up to $2,500/mo for the same service. BoltTx is free.

Plans auto-upgrade as you earn Bolt Points. No action needed.

Starter

5 TPS8 TPS
Freeforever
0.001 SOL0.0008 SOLmin per tx

Start building with zero commitment.

  • 8 transactions per second
  • Dedicated SWQoS
  • Native Anti-MEV
  • REST + Solana RPC API
  • Real-time Dashboard
  • Community support
Get Started Free
Most Popular

Growth

20 TPS30 TPS
Freeforever
0.001 SOL0.0005 SOLmin per tx

Scale your product without monthly bills.

  • 30 transactions per second
  • Dedicated SWQoS
  • Native Anti-MEV
  • REST + Solana RPC API
  • Batch sending (100 tx/req)
  • Priority support
Start Building
Best Value

Pro

70 TPS80 TPS
Freeforever
0.0005 SOL0.0003 SOLmin per tx

Maximum performance for power users.

  • 80 transactions per second
  • Dedicated SWQoS
  • Native Anti-MEV
  • REST + Solana RPC API
  • Batch sending (100 tx/req)
  • Telegram support
Go Pro

Whale

70 TPS150 TPS
Freeforever
0.0002 SOL0.0001 SOLmin per tx

Maximum firepower for high-volume traders and bots.

  • 150 transactions per second
  • Dedicated SWQoS
  • Native Anti-MEV
  • Dedicated endpoints
  • Batch sending (100 tx/req)
  • Direct Telegram support
Become a Whale

How we compare

1.9×

higher max TPS

150 vs 80 TPS at top tier

20%

lower entry tip

0.0008 vs 0.001 SOL per tx

Free

forever

Others charge up to $2,500/mo

Comparison based on publicly available pricing as of 2026. BoltTx offers higher TPS and lower tips at every tier, with no monthly commitment.

Common Questions

Frequently Asked Questions

Real answers to what trading bot operators and AI agent developers actually ask before switching their RPC.

BoltTx is built on dedicated SWQoS — your signed transactions get prioritized landing capacity that isn't shared with anyone else. Four regional endpoints (LA main, NJ, FR, SG) let you point your bot at whichever region sits closest to your server. And it's a drop-in replacement: change one URL and keep your existing Solana SDK code.

Still have questions? Get a free API key and test BoltTx with your own transactions in 30 seconds.