2Miners.com — Modern cryptocurrency mining pools.
Interactive API documentation: apidoc.2miners.com
| Endpoint | Description |
|---|---|
GET /accounts/{walletid} |
Account info, hashrate, payments, rewards, workers |
GET /accounts/{walletid}/shares/{range} |
Account share stats by time range (5m, 30m, 6h) |
GET /blocks |
Pool blocks (candidates, immature, matured) |
GET /miners |
All active miners |
GET /payments |
Pool payment history |
GET /stats |
Pool statistics, network info, charts |
GET /workers/{walletid}/{workerid}/{range} |
Worker hashrate by time range (5m, 30m, 6h) |
PPLNS and SOLO pools for: ETHW, ETC, KAS, ERG, NEXA, ZEC, BTG, ZEPH, RVN, NEOX, XNA, GRIN, MWC, CTXC, AE, BEAM, CKB, BCH, QUAI.
GRIN, BEAM, AE, MWC — these coins use a different response format:
hashrates/currentHashratesare maps keyed by algorithm number (e.g.{"32": 506.99})chartsare maps keyed by algorithm number- Payments include
txFeeandtxKernelExcessfields - Rewards include
orphanfield - Nodes include
minDiff,primaryWeight31/primaryWeight32fields
API spec: 2miners_api.json (OpenAPI 3.0)
Contributions welcome — open an issue or submit a PR at github.com/2miners/apidoc.