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.
Every feature you need to build production-ready blockchain applications, without managing your own nodes.
Responses served from the nearest edge location in our global network. Intelligent request routing ensures every call takes the fastest path to the blockchain.
Private transaction submission prevents front-running and sandwich attacks. Your users' transactions are sent directly to block builders, bypassing the public mempool.
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.
Stream real-time data with persistent WebSocket connections. Subscribe to new blocks, pending transactions, log events, and contract state changes as they happen.
Send up to 100 JSON-RPC calls in a single HTTP request. Batch processing reduces round trips and improves throughput for data-intensive applications.
Multi-region redundancy with instant failover. If one node goes down, your request is transparently rerouted to a healthy node with zero downtime.
Frequently requested data is cached at over 200 edge locations worldwide. Read-heavy workloads benefit from dramatically reduced latency and node load.
Ethereum, Solana, Base, Arbitrum, Optimism, Polygon, BNB Chain, Avalanche, Fantom, Lux, and many more. New chains are added every week.
Go beyond standard JSON-RPC with enhanced methods for token balances, NFT data, transaction history, and more. One endpoint for everything.
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.
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
}'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"number": "0x134a3c7",
"hash": "0x8b3e...",
"timestamp": "0x6798a1b3",
"transactions": [...],
"gasUsed": "0x1c9c380",
"baseFeePerGas": "0x5f5e100"
}
}Bootnode supports all major EVM and non-EVM chains. Access mainnets and testnets through the same API key.
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.