Ventora API
Programmatic access to every metric, payout, and worker event in your account. REST and WebSocket. Production-ready since 2023.
REST + WebSocket
JSON over HTTPS, plus a streaming feed for real-time worker events.
Scoped API keys
Issue read-only, payout, or admin keys per integration. Revoke instantly.
Sub-100ms latency
Edge-cached endpoints serve dashboard data faster than the block interval.
Rate-limited fairly
1,000 req/min for standard tier, unlimited for institutional contracts.
Core endpoints
GET
/v1/workersList all active workers and their live hashrate.GET
/v1/payoutsPaginated payout history with on-chain transaction hashes.GET
/v1/balanceReal-time balance across BTC, ETH, and USDT settlement currencies.POST
/v1/workers/:id/restartTrigger a soft restart on a specific rig.GET
/v1/networkSnapshot of network difficulty, hashrate, and block reward.Quick start
curl https://api.ventora.com/v1/workers \
-H "Authorization: Bearer YOUR_API_KEY"Full SDK & reference docs →