Metacenter

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" }
  • value is a number or a string; large integers (sats, uSTX) are strings so they never lose precision.
  • provenance is one of onchain, mirrored, hypothetical. See Provenance labels.
  • source names the contract function, event or field the value came from.

Endpoints

EndpointWhat
GET /metrics/currentHeadline figures and the latest distribution
GET /metrics/cycles/:nOne reward cycle
GET /intervalsEvery distribution since cycle 141
GET /bonds/orderBond payout order
GET /stressHypothetical waterfall
GET /metaContract addresses
Edit on GitHub

On this page