Overview & base URL
A free, read-only JSON API. No key.
Base URL: https://metacenter.0xo.in/api
The API serves the same data as the dashboard. Every metric is a field envelope (illustrative values):
{ "value": 2.5, "unit": "x", "provenance": "onchain", "source": "pox5-reader::get-coverage-summary", "note": "optional" }valueis a number or a string; large integers (sats, uSTX) are strings so they never lose precision.provenanceis one ofonchain,mirrored,hypothetical. See Provenance labels.sourcenames the contract function, event or field the value came from.
Endpoints
| Endpoint | What |
|---|---|
GET /metrics/current | Headline figures and the latest distribution |
GET /metrics/cycles/:n | One reward cycle |
GET /intervals | Every distribution since cycle 141 |
GET /bonds/order | Bond payout order |
GET /stress | Hypothetical waterfall |
GET /meta | Contract addresses |