GET /api/tally/block/:n
Tally-specific block view at a specific Zeqond. Returns the mint/burn ledger rows committed at that Zeqond plus the supply delta.
Response — 200
{
"ok": true,
"zeqond": "2287439213",
"rows": [
{ "type": "mint", "machine_slug": "public-iot-fleet", "amount": 1 }
],
"supply_delta": { "minted": 1, "burned": 0 }
}
Errors
| Status | error |
|---|---|
400 | invalid_zeqond |
404 | no_block_at_zeqond |