API
Base URL: http://127.0.0.1:5000/api
| Method | Endpoint | Description |
|---|---|---|
| GET | /health | Service health check |
| GET | /network/status | Chain id, block height, gas price, peer count, sync status (requires API key) |
| GET | /blocks?page=&page_size= | Paginated list of the latest blocks |
| GET | /blocks/<number_or_hash> | Single block, with full transaction list |
| GET | /transactions/<hash> | Transaction details plus its receipt |
| GET | /addresses/<address> | Balance, transaction count, and contract flag |
| GET | /charts/<metric>?count= | Time series for: hash_rate, tx_count, gas_used, uncles |
| GET | /search?q= | Resolve a block number, transaction hash, or address |