Loading...
Loading...
One surface for wallets, explorers, AI orchestrators, and monitoring stacks. Stable schemas, generous rate limits, and ready-to-use cURL / TypeScript templates.
TestNet
Core uptime · 2 nodes synced
8444
API Port · JSON-RPC + REST
8080
Pool Port · stats endpoint
Stats, blocks, and RPC for explorers, wallets, and validators.
/api/blockchain/stats45 ms avgNetwork height, supply, fee window, and hash rate snapshot.
/api/blockchain/blocks?limit=5065 ms avgPaginated block feed with miner, reward, and difficulty metadata.
/api/blockchain/transactions?limit=5070 ms avgRecent transactions for explorers and monitoring pipelines.
Stratum telemetry, worker balance queries, and payout history.
/pool/stats58 ms avgPool health snapshot: miners, hashrate, and difficulty.
/pool/miner/{wallet}62 ms avgMiner worker stats, balances, and payout state for a wallet.
Health, AI selector recommendations, and alert hooks.
/health30 ms avgFull service heartbeat with version, block lag, and dependency checks.
/api/network48 ms avgNetwork status including connectivity, nodes, and core services.
/api/network/best-pool90 ms avgBest pool selection based on current conditions (read-only).
curl -X GET https://zionterranova.com/api/blockchain/stats -H 'Accept: application/json'const res = await fetch('https://zionterranova.com/api/blockchain/stats', {
headers: {
'Accept': 'application/json',
},
});
const data = await res.json();1 · Authenticate
GET routes are open. For POST/PUT include x-zion-key in headers; rotate keys every 30 days.
2 · Choose transport
HTTPS for RPC/REST, WebSockets for stratum + metrics. All servers support HTTP/2.
3 · Pin environment
Sandbox mirrors production at https://api-sandbox.zionterranova.com with testnet data.
Deploy the SDKs from GitHub, watch live health, and ping the team in docs if you need additional scopes.