MainnetCycle 143

API

Read-only JSON, free, no key. The same data the dashboard uses.

Base URL

https://metacenter.0xo.in/api

Example: https://metacenter.0xo.in/api/metrics/current

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

Source and schema: indexer/ in the repository.