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

POST /api/chain/:slug/tally/verify

Independent third-party verification — no auth required.

Request

{ "token_id": "uuid" }

Response — 200

{
"ok": true,
"valid": true,
"token_id": "uuid",
"operator_chain": ["KO42","NM21"],
"result_digest": "7f…",
"minted_at_zeqond": "2287439213",
"audit_log_match": true,
"proof_match": true
}

valid is the conjunction of audit_log_match (the entangled state row at the right Zeqond exists with the right type) and proof_match (the result_digest recomputes against that row).

Errors

Statuserror
404token_not_found
400invalid_request

Used by light wallets to filter suspicious tokens before showing balance.