API access to BTC, LTC, DOGE, DASH and ZEC nodes over JSON-RPC. Get your API key and make requests to an archive or indexed node. Optionally route any request over Tor.
curl -s https://api.example/rpc/btc \
-H "Authorization: Bearer $KEY" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"1.0","method":"getblockcount"}'Call our endpoint the same way you call your own node. Send a request for a chain and get back the response with the data you need.
Add ?archive=true or ?indexed=true to reach an archive or indexed node. If none is available, you get a clear error.
Add the X-Tor-Egress: true header to send your request over Tor.
The plan includes 50 requests/sec, 3,000/min, 100,000/day and 2,000,000/month. Every response shows how many requests you have left, and you can view your statistics in account settings.
Our service doesn't collect your data and is focused on private, anonymous usage.
No payment required to start. Sign up to get your key and begin making queries. A free-price plan will be established later.