API
Authentication
All API recourses are public endpoints. No authentication required.
Blocks
Method | Resource | Description |
---|---|---|
GET | /api/blocks | Blocks index |
GET | /api/blocks/:height | Block show |
GET | /api/blocks/:height/payouts | Block payouts index |
Farmers
Method | Resource | Description |
---|---|---|
GET | /api/farmers | Farmers index |
GET | /api/farmers/:launcher_id | Farmer show |
GET | /api/farmers/:launcher_id/payouts | Farmer payouts index |
GET | /api/farmers/:launcher_id/blocks | Farmer blocks index |
GET | /api/farmers/:launcher_id/partials | Farmer partials index |
GET | /api/farmers/:launcher_id/plots | Farmer plots index |
Pool
Method | Resource | Description |
---|---|---|
GET | /api/pool/stats | Pool stats |