GET /api/stats
MiningPoolStats-style public pool summary.
curl -s https://pool.pepepow.net/api/stats | jq
PEPEPOW Lab Pool
Read-only pool, network, miner, block, and payment endpoints.
Public API
Use these endpoints for dashboards, scripts, and pool listing integrations.
https://pool.pepepow.net/api/api/stats/api/status/api/healthcurl -s https://pool.pepepow.net/api/stats | jq curl -s https://pool.pepepow.net/api/status | jq
MiningPoolStats-style public pool summary.
curl -s https://pool.pepepow.net/api/stats | jq
Minimal zpool/YiiMP-style compatibility object.
curl -s https://pool.pepepow.net/api/status | jq
API health and snapshot freshness.
curl -fsS https://pool.pepepow.net/api/health
Pool status, miner count, worker count, and pool-side hashrate estimate.
curl -fsS https://pool.pepepow.net/api/pool/summary
Network height, difficulty, hashrate, and sync status.
curl -fsS https://pool.pepepow.net/api/network/summary
Recent public block records.
curl -fsS https://pool.pepepow.net/api/blocks
Recorded completed payment history.
curl -fsS https://pool.pepepow.net/api/payments
Miner wallet activity, workers, and recorded payments.
curl -fsS https://pool.pepepow.net/api/miner/YOUR_PEPEPOW_WALLET