/api/v1/coins
Coin metadata, hardware class, algorithm, amount scale and canonical links.
All routes are served by pool-ui on its internal listener and exposed by Nginx/Cloudflare through HTTPS port 443. Upstream stratum API differences are normalized before the response leaves the site.
/api/v1.
/api/v1/coinsCoin metadata, hardware class, algorithm, amount scale and canonical links.
/api/v1/poolsCompact summary for every visible pool, including 7-day sparkline data and the latest known block.
/api/v1/pools/{coin}/statsNormalized pool and network statistics with stable field names.
/api/v1/pools/{coin}/history?window=7dPool and network hashrate history. Supported windows: 30m, 3h, 6h, 24h and 7d.
/api/v1/pools/{coin}/blocksNormalized block list. Pagination uses limit and offset.
/api/v1/pools/{coin}/transactionsNormalized payout or chain transactions. Statuses such as mined and confirmed remain distinct.
/api/v1/pools/{coin}/wallets/{address}Wallet and worker statistics. The address in the response is always masked.
/api/v1/pools/{coin}/wallets/{address}/transactionsWallet-filtered transaction list with masked address fields.
curl -s https://rabbitminer.cc/api/v1/pools/bsty/stats | jq