跳至主要内容

GET /api/tally/ledger

Public window of mint/burn rows ordered by Zeqond descending.

Auth

None.

Query

ParamDefaultNotes
limit100clamped [1, 500]
beforenoneZeqond cursor
typenonefilter 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.