API Resources
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 patials index |
GET | /api/farmers/:launcher_id/plots | Farmer plots index |
Graphs (pool)
Method | Resource | Description |
---|---|---|
GET | /api/graphs/pool/points | Pool points graph |
GET | /api/graphs/pool/mempool_size | Mempool size graph |
GET | /api/graphs/pool/netspace | Chia netspace graph |
GET | /api/graphs/pool/partials | Pool partials graph |
GET | /api/graphs/pool/pool_size | Pool size graph |
GET | /api/graphs/pool/effort_90d | 90 days effort graph |
GET | /api/graphs/pool/effort_30d | 30 days effort graph |
GET | /api/graphs/pool/effort_7d | 7 days effort graph |
Graphs (farmer)
Method | Resource | Description |
---|---|---|
GET | /api/graphs/farmer/points/:launcher_id | Farmer points graph |
GET | /api/graphs/farmer/difficulty/:launcher_id | Farmer difficulty graph |
GET | /api/graphs/farmer/size_24h/:launcher_id | Farmer 24H size graph |
GET | /api/graphs/farmer/partials/:launcher_id | Farmer partials graph |
GET | /api/graphs/farmer/harvesters/:launcher_id | Harvester points graph |
Pool
Method | Resource | Description |
---|---|---|
GET | /api/pool/stats | Pool stats |