💰 Simple Pricing
Pay per request. No surprises.
Fixed USD pricing, always cheaper than Alchemy & Infura. No monthly plans, no commitments.
CHEAPEST
RPCLAW
$0.20 / 1M requests
- ✓Base mainnet (fast + archive)
- ✓Fast + Archive nodes
- ✓x402 micropayments (USDC)
- ✓No API key required
- ✓WebSocket subscriptions
- ✓Agent-friendly (no auth for basic calls)
Alchemy
$0.30 / 1M requests
50% more expensive
- ✓Multi-chain
- ✓API key required
- ✓Monthly billing
Infura
$0.40 / 1M requests
100% more expensive
- ✓Multi-chain
- ✓API key required
- ✓Monthly billing
Where Your Fees Go
80%
Node Operators
Direct rewards for serving your requests
20%
Protocol
Infrastructure, development & ops
No liquidity bootstrapping. No lockups. Token trades freely on its own utility.
📦 Archival Queries
Queries for blocks older than ~5.5 hours are routed to the R2 archive cache and incur a 5× surcharge ($0.000001 per call). This covers the extra storage costs of maintaining full chain history.
🚀 Quick Start
# No API key needed
curl -X POST https://rpc.rpclaw.net/v1/base \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'