| Method | Endpoint | Purpose |
|---|---|---|
| GET | /api/v1/chain | Tip, height, difficulty, version |
| GET | /api/v1/balance/{address} | Balance lookup |
| GET | /api/v1/block/{hash|height} | Block details |
| GET | /api/v1/blocks?limit=5 | Recent blocks (optional) |
| GET | /api/v1/mining/work | Mining job |
| POST | /api/v1/mining/submit | Submit solution/share |
No test run yet.