Overview of RustChain API endpoints for load testing
mainThe RustChain load test suite benchmarks five core API endpoints. These endpoints are targeted by Locust, k6, and Artillery to ensure comparable performance results.
| Endpoint | Method | Description |
|---|---|---|
/health | GET | Node health / version |
/epoch | GET | Current epoch, slot, height |
/headers/tip | GET | Chain tip header |
/api/miners | GET | Active miner list |
/wallet/balance?miner_id=<id> | GET | Wallet balance lookup |