Authenticated REST + JSON-RPC for the BTX blockchain.
Run by the operators of pool.minebtx.com — the same people who keep btxd online for the entire fleet.
API reference Get an API key /healthz
POST /v1/jsonrpc) so existing bitcoind tooling works unmodified.| Tier | Monthly requests | Burst (req/min) | Price |
|---|---|---|---|
| FREE | 100,000 | 60 | $0 |
| STARTER | 1,000,000 | 600 | $25 USDC-SOL or BTX-equiv |
| PRO | 10,000,000 | 6,000 | $100 USDC-SOL or BTX-equiv |
| ENTERPRISE | unmetered | 60,000+ | $500+ — dedicated node, SLA |
No fiat. No credit cards. Pay in USDC on Solana or BTX directly. Billing engine ships in v0.2.
curl -sH "Authorization: Bearer $BTX_RPC_KEY" \
https://rpc.minebtx.com/v1/blocks/tip/height
See the API reference for the full surface.
curl -sX POST -H 'content-type: application/json' \
-d '{"email":"you@example.com"}' \
https://rpc.minebtx.com/signup
A confirmation link will arrive by email. On confirm, the API key is returned exactly once — store it like a password.
Live status: status.minebtx.com
Operational issues: ping @btxdexbot on Telegram, or email rpc@minebtx.com.
rpc.minebtx.com is operated by the team behind pool.minebtx.com and explorer.minebtx.com. We never custody your tokens or your keys.