JSON-RPC nodes for Bitcoin, Litecoin, Dogecoin, Dash & Zcash.

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.

Example request
curl -s https://api.example/rpc/btc \
  -H "Authorization: Bearer $KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"1.0","method":"getblockcount"}'

Live network status

Full method allowlist →
LIVE
Loading…

How it works

Standard JSON-RPC

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.

Automatic node switching

Add ?archive=true or ?indexed=true to reach an archive or indexed node. If none is available, you get a clear error.

Route over Tor

Add the X-Tor-Egress: true header to send your request over Tor.

Rate limits

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.

Privacy focus

Our service doesn't collect your data and is focused on private, anonymous usage.

Free during launch

No payment required to start. Sign up to get your key and begin making queries. A free-price plan will be established later.