Private JSON-RPC for UTXO chains.

One endpoint for BTC, LTC, DOGE, DASH and ZEC. No nodes to run or maintain, no infrastructure to manage — just call the API. Optional Tor egress on any request.

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

Node infra stays hidden

You talk only to the gateway. Backend node addresses and RPC credentials are never exposed — the gateway proxies your call and returns the node response verbatim.

Capability-aware routing

Ask for ?archive=true or ?indexed=true and we route to a node that satisfies it, or tell you plainly that none is available. No silent downgrades.

Optional Tor egress

Set X-Tor-Egress: true and the outbound call to the backend node rides through Tor. Fail-closed: it never falls back to a direct dial.

Rate limits you can see

Every response carries X-RateLimit-* and X-Quota-* headers, so your client always knows exactly where it stands.

Method allowlist

Default-deny. Only safe, read-only RPC methods pass through. Wallet, admin and node-control methods are rejected by construction.

Free during launch

No payment required to start. Register, grab a key, and query. Paid plans arrive later with Monero — no accounts tied to your identity.