RabbitMiner public interface

Standardized Pool API v1

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.

v1 · JSON · GET
Privacy rule Wallet, payout, finder, sender and recipient addresses are masked in every public API response. The full value is never returned by /api/v1.
GET

/api/v1/coins

Coin metadata, hardware class, algorithm, amount scale and canonical links.

GET

/api/v1/pools

Compact summary for every visible pool, including 7-day sparkline data and the latest known block.

GET

/api/v1/pools/{coin}/stats

Normalized pool and network statistics with stable field names.

GET

/api/v1/pools/{coin}/history?window=7d

Pool and network hashrate history. Supported windows: 30m, 3h, 6h, 24h and 7d.

GET

/api/v1/pools/{coin}/blocks

Normalized block list. Pagination uses limit and offset.

GET

/api/v1/pools/{coin}/transactions

Normalized payout or chain transactions. Statuses such as mined and confirmed remain distinct.

GET

/api/v1/pools/{coin}/wallets/{address}

Wallet and worker statistics. The address in the response is always masked.

GET

/api/v1/pools/{coin}/wallets/{address}/transactions

Wallet-filtered transaction list with masked address fields.

Example

Pool statistics

Open JSON
curl -s https://rabbitminer.cc/api/v1/pools/bsty/stats | jq
Configured identifiers

Available pools