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| Field | Source |
|---|---|
intervals_computed, pool, obligation, bond_paid, stx_paid, shortfall, coverage, headroom | get-coverage-for-cycle (onchain) |
hiro | Hiro /extended/v3/staking/cycles/:n (mirrored). Note: rewards.btc.waterfall.bonds there is the amount paid, not owed. |
intervals | The 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.