API
Read-only JSON, free, no key. The same data the dashboard uses.
Base URL
https://metacenter.0xo.in/api
Field envelope
Every metric is returned with its unit, its provenance label and its source.
{
"value": 16.678,
"unit": "x",
"provenance": "onchain" | "mirrored" | "hypothetical",
"source": "pox5-reader::get-coverage-summary …",
"note": "optional"
}Endpoints
- GET https://metacenter.0xo.in/api/metrics/currentCoverage, headroom, obligation, pending pool, reserve and hypothetical cover, payout order, the latest distribution and the cliff figures.
- GET https://metacenter.0xo.in/api/metrics/cycles/143pox5-reader::get-coverage-for-cycle(n), the Hiro v3 cycle record, and the cycle's distributions.
- GET https://metacenter.0xo.in/api/intervalsEvery distribution since cycle 141, with cross-check results and testnet publication status.
- GET https://metacenter.0xo.in/api/bonds/orderBond payout order in pox-5 order. Optional ?cycle=.
- GET https://metacenter.0xo.in/api/stress?commit_drop=0.3&price_drop=0.5Hypothetical waterfall. Add &book_btc=3000&bonds=6 for a hypothetical book.
- GET https://metacenter.0xo.in/api/metaContract addresses used by the site.
Source and schema: indexer/ in the repository.