跳至主要内容

GET /api/chain/:slug/tally/tokens

List tokens minted on this machine, newest first.

Auth

optionalAuth.

Query

ParamDefaultNotes
limit50clamp [1, 200]
beforenoneZeqond cursor
ownernonefilter to a specific ZID (alive tokens only)
alivetrueexclude 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"
}