GET /api/tally/ledger
Public window of mint/burn rows ordered by Zeqond descending.
Auth
None.
Query
| Param | Default | Notes |
|---|---|---|
limit | 100 | clamped [1, 500] |
before | none | Zeqond cursor |
type | none | filter to mint or burn |
Response — 200
{
"ok": true,
"rows": [
{ "type": "mint", "amount": 1, "machine_slug": "public-iot-fleet", "zeqond": "2287439213" },
{ "type": "burn", "amount": 3, "machine_slug": "another-public", "zeqond": "2287439212" }
],
"count": 100,
"next_before": "2287439100"
}
PII — zid is not returned on the public ledger; only the public-facing machine_slug appears.