メインコンテンツまでスキップ

GET /api/chain/:slug/tally/token/:tokenId

Full token row, including ownership history and the audit_log row that minted it.

Auth

optionalAuth.

Response — 200

{
"ok": true,
"token": {
"tokenId": "uuid",
"machineSlug": "my-iot-fleet",
"operator_chain": ["KO42","NM21"],
"result_digest": "7f…",
"proof_value": "8a34…",
"owner_history": [
{ "zid": "ZEQ07491829374", "from_zeqond": "2287439213", "to_zeqond": null }
],
"minted_at_zeqond": "2287439213",
"burned_at_zeqond": null,
"audit_row_id": "1234"
}
}

Errors

Statuserror
404token_not_found
403forbidden (private machine, no auth)