Metacenter

GET /metrics/cycles/:n

pox5-reader coverage for one reward cycle, the Hiro cycle record and the cycle's distributions.

curl https://metacenter.0xo.in/api/metrics/cycles/143
FieldSource
intervals_computed, pool, obligation, bond_paid, stx_paid, shortfall, coverage, headroomget-coverage-for-cycle (onchain)
hiroHiro /extended/v3/staking/cycles/:n (mirrored). Note: rewards.btc.waterfall.bonds there is the amount paid, not owed.
intervalsThe cycle's distributions, as in /intervals

Returns 400 when n is not a non-negative integer.

Live response (excerpt)

GET https://metacenter.0xo.in/api/metrics/cycles/143 · read at block 967,806
{
  "btc": {
    "total": "230327835",
    "claimed": "170288976",
    "waterfall": {
      "bonds": "13810222",
      "stx_only": "184039972",
      "reserve_deposit": "32477641"
    }
  }
}

Showing hiro.value.rewards; the full response has more fields.

Edit on GitHub

On this page