API Documentation

Pool Stats (miningpoolstats.stream)

GET /api/pool/stats

Full pool statistics in miningpoolstats.stream compatible format. Returns pool name, hashrate, miners, shares, blocks, network difficulty, and chain status.

Try it

Wallet Dashboard

GET /api/wallet?wallet=YOUR_ADDRESS

Worker list, share counts, estimated hashrate, and wallet metadata for any PRL address.

Health Check

GET /api/health

Returns pool health status. 200 OK if healthy, 503 if degraded.

Try it

Pool Info

GET /api/pool

Extended pool information including fee, payout policy, recommended difficulty, and block history.

Try it

Hashrate

GET /api/pool/hashrate

Current pool hashrate (5min and 1h) with timestamp.

Try it