Orion API
Real-time JSON endpoints and live status monitoring for pool integrations.
Dynamic Endpoints
| Endpoint | Description | Status |
|---|---|---|
| /api/stats | Global snapshot of all pools, algos and hashrates. | Checking |
| /api/pool_stats | Historical hashrate and worker series per pool. | Checking |
| /api/pool_fees | Fee configuration and reward recipients. | Checking |
| /api/payments | Confirmed and pending payouts. | Checking |
| /api/live_stats | Server-Sent Events stream for real-time stats. | Stream |
Worker Query
Example: /api/worker_stats?0x818c1965E44A033115666F47DFF1752C656652C2
Static Data Feeds
Operational runtime data published as static JSON, updated every ~30 seconds.
| Endpoint | Description |
|---|---|
| /static/data/coins_runtime.json | All coins: status, hashrate, difficulty, ports. |
| /static/data/coin_workers_runtime.json | Per-coin worker breakdown with hashrates. |
| /static/data/wallets_runtime.json | Wallet daemon RPC status per coin. |
| /static/data/payout_policy.json | Payout intervals, minimums and confirmations. |
| /static/data/nova_pool_status.json | NOVA pool mode status. |
| /static/data/nova_solo_status.json | NOVA solo mode status. |
| /static/data/aurora_status.json | AUR pool overview. |