PEPEPOW Lab Pool

API

Read-only pool, network, miner, block, and payment endpoints.

Public API

Base URL

Use these endpoints for dashboards, scripts, and pool listing integrations.

https://pool.pepepow.net/api

Quick integration

Main listing/api/stats
Compatibility/api/status
Health/api/health
curl -s https://pool.pepepow.net/api/stats | jq
curl -s https://pool.pepepow.net/api/status | jq

Endpoints

GET /api/stats

MiningPoolStats-style public pool summary.

curl -s https://pool.pepepow.net/api/stats | jq

GET /api/status

Minimal zpool/YiiMP-style compatibility object.

curl -s https://pool.pepepow.net/api/status | jq

GET /api/health

API health and snapshot freshness.

curl -fsS https://pool.pepepow.net/api/health

GET /api/pool/summary

Pool status, miner count, worker count, and pool-side hashrate estimate.

curl -fsS https://pool.pepepow.net/api/pool/summary

GET /api/network/summary

Network height, difficulty, hashrate, and sync status.

curl -fsS https://pool.pepepow.net/api/network/summary

GET /api/blocks

Recent public block records.

curl -fsS https://pool.pepepow.net/api/blocks

GET /api/payments

Recorded completed payment history.

curl -fsS https://pool.pepepow.net/api/payments

GET /api/miner/<wallet>

Miner wallet activity, workers, and recorded payments.

curl -fsS https://pool.pepepow.net/api/miner/YOUR_PEPEPOW_WALLET

Boundaries

  • Read-only public data only.
  • No daemon RPC, wallet RPC, submit controls, admin controls, or runtime JSONL access.
  • Use reasonable polling intervals for community integrations.