GET /api/chain/:slug/tally/tokens
List tokens minted on this machine, newest first.
Auth
optionalAuth.
Query
| Param | Default | Notes |
|---|---|---|
limit | 50 | clamp [1, 200] |
before | none | Zeqond cursor |
owner | none | filter to a specific ZID (alive tokens only) |
alive | true | exclude burned tokens |
Response — 200
{
"ok": true,
"tokens": [
{
"tokenId": "uuid",
"operator_chain": ["KO42","NM21"],
"result_digest": "7f…",
"owner_zid": "ZEQ07491829374",
"minted_at_zeqond": "2287439213",
"burned_at_zeqond": null
}
],
"next_before": "2287439200"
}