Multi-Chain RPC

The fastest path to any blockchain

Access 100+ blockchain networks through a single, reliable RPC endpoint. Sub-100ms latency, 99.999% uptime, and zero configuration. Just plug in your API key and start building.

100+
Chains Supported
99.999%
Uptime SLA
<80ms
Avg. Latency
10B+
Requests / Day

Enterprise-grade infrastructure

Every feature you need to build production-ready blockchain applications, without managing your own nodes.

Sub-100ms Latency

Responses served from the nearest edge location in our global network. Intelligent request routing ensures every call takes the fastest path to the blockchain.

MEV Protection

Private transaction submission prevents front-running and sandwich attacks. Your users' transactions are sent directly to block builders, bypassing the public mempool.

Archive Node Access

Query any historical state from genesis to the latest block. Full archive data is available on all major chains including Ethereum, Polygon, Arbitrum, and Base.

WebSocket Subscriptions

Stream real-time data with persistent WebSocket connections. Subscribe to new blocks, pending transactions, log events, and contract state changes as they happen.

Batch Requests

Send up to 100 JSON-RPC calls in a single HTTP request. Batch processing reduces round trips and improves throughput for data-intensive applications.

Automatic Failover

Multi-region redundancy with instant failover. If one node goes down, your request is transparently rerouted to a healthy node with zero downtime.

Global Edge Caching

Frequently requested data is cached at over 200 edge locations worldwide. Read-heavy workloads benefit from dramatically reduced latency and node load.

100+ Chains

Ethereum, Solana, Base, Arbitrum, Optimism, Polygon, BNB Chain, Avalanche, Fantom, Lux, and many more. New chains are added every week.

Enhanced APIs

Go beyond standard JSON-RPC with enhanced methods for token balances, NFT data, transaction history, and more. One endpoint for everything.

One line to production

Replace your RPC URL and you are live. Bootnode is fully compatible with every Ethereum JSON-RPC method, plus enhanced methods for richer data access.

  • Drop-in replacement for any RPC provider
  • Standard JSON-RPC 2.0 over HTTPS and WSS
  • Compatible with ethers.js, viem, web3.js, and all major SDKs
  • Built-in rate limiting with generous free tier
  • Detailed analytics in your dashboard
curl
curl -X POST https://rpc.bootnode.dev/v1/YOUR_API_KEY \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "eth_getBlockByNumber",
    "params": ["latest", false],
    "id": 1
  }'
Response
{
  "jsonrpc": "2.0",
  "id": 1,
  "result": {
    "number": "0x134a3c7",
    "hash": "0x8b3e...",
    "timestamp": "0x6798a1b3",
    "transactions": [...],
    "gasUsed": "0x1c9c380",
    "baseFeePerGas": "0x5f5e100"
  }
}

Every chain your users need

Bootnode supports all major EVM and non-EVM chains. Access mainnets and testnets through the same API key.

Ethereum
Solana
Base
Arbitrum
Optimism
Polygon
BNB Chain
Avalanche
Fantom
Lux
zkSync
Scroll
Linea
Mantle
Blast
Mode
Celo
Gnosis

Start querying in under 30 seconds

Create a free account, grab your API key, and make your first RPC call. No credit card required. 100M compute units per month on the free plan.