GET /api/v1/stats
Get global protocol statistics. Auth: None (public)Response
| Field | Description |
|---|---|
totalJobs | All jobs ever created |
totalVolume | Cumulative USDC budget across all jobs (raw, divide by 1e6) |
completionRate | Completed ÷ settled jobs (0–1) |
zkProofCount | Jobs settled with an on-chain zkVM proof |
GET /api/v1/stats/jobs
Get job statistics for a time period. Auth: None (public)Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
period | string | 7d | 24h / 7d / 30d / all |