{"api":"v1","generated_at":"2026-09-15T20:44:09.227Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/kairostamp-com-api-v1-verify-7e8b66","pinned_page":"https://tollindex.com/e/kairostamp-com-api-v1-verify-7e8b66/at/2026-09-15T16-57Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T16:57:44.360Z","snapshot_stamp":"2026-09-15T16-57Z","endpoint":{"slug":"kairostamp-com-api-v1-verify-7e8b66","canonical_url":"https://kairostamp.com/api/v1/verify","resource":"https://kairostamp.com/api/v1/verify","http_method":"GET","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Receipt verification: read-only hash-chain verification of one existing Kairostamp receipt id. Recomputes the canonical SHA-256 digest, compares it with the stored chain hash, checks linkage to the preceding entry and reports whether the entry is covered by an on-chain checkpoint. Performs no outbound fetch. Single GET query parameter (receipt_id).","service_name":null,"declared_category":null,"declared_tags":[],"route_template":null,"registry_updated":"2026-08-23T09:07:59.905Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"verify","category":"identity","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T16:57:44.360Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.001 USDC","amount_units":0.001,"decimals_known":true,"pay_to":"0xdB6F694aE695C632C82677a50593B46137808453","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-08-23T09:07:58.718Z"},"validation":{"latest":{"observed_at":"2026-09-15T05:38:39.719Z","state":"malformed","failed_checks":["has_bazaar_extension"],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":0,"ratio":0},{"days":30,"observed":5,"passed":0,"ratio":0},{"days":90,"observed":5,"passed":0,"ratio":0}],"history_90d":[{"observed_at":"2026-09-15T05:38:39.719Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:11:54.528Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:07:53.005Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:24:04.039Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:07:28.634Z","state":"malformed","failed_checks":["has_bazaar_extension"],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0xdB6F694aE695C632C82677a50593B46137808453","page":"https://tollindex.com/seller/0xdB6F694aE695C632C82677a50593B46137808453","endpoints":10,"hosts":1},"reports":0,"registry_record":{"cdp":[{"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xdB6F694aE695C632C82677a50593B46137808453","amount":"1000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-08-23T09:07:58.718Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://kairostamp.com/api/v1/verify","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","queryParams":{"receipt_id":"85cd424c-b68b-440e-8f4f-e02147799f30"}},"output":{"type":"json","example":{"chain":{"linked":true,"chain_seq":12,"chain_hash":"d084fff3e5d852089814f7d4d3ffe9d04d1a39ce9d2e0573a95f24cf78fb584d","previous_chain_hash":"da27fe24efc04330962d1b95c7929a9de901ad0ea49a7997edf9f2731bf88def"},"codes":[],"anchor":{"note":"Checkpoints record a chain hash only; anchoring is not a guarantee of availability, accuracy or legal effect.","status":"confirmed","covered":true,"network":"eip155:84532","chain_seq":14},"exists":true,"method":"recomputed_digest","verdict":"valid","receipt_id":"85cd424c-b68b-440e-8f4f-e02147799f30"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","examples":[{"receipt_id":"85cd424c-b68b-440e-8f4f-e02147799f30"}],"required":["receipt_id"],"properties":{"receipt_id":{"type":"string","format":"uuid","examples":["85cd424c-b68b-440e-8f4f-e02147799f30"],"description":"Identifier of a receipt previously returned by a Kairostamp paid endpoint. Sent as the `receipt_id` query parameter."}},"additionalProperties":false}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["receipt_id","exists","verdict","chain"],"properties":{"chain":{"type":"object","required":["chain_seq","chain_hash","previous_chain_hash","linked"],"properties":{"linked":{"type":["boolean","null"],"description":"True when the stored previous hash matches the preceding entry."},"chain_seq":{"type":"integer"},"chain_hash":{"type":["string","null"]},"previous_chain_hash":{"type":["string","null"]}}},"codes":{"type":"array","items":{"type":"string"}},"anchor":{"type":"object","required":["covered"],"properties":{"note":{"type":"string"},"status":{"type":["string","null"]},"covered":{"type":"boolean","description":"True when a checkpoint covers this entry."},"network":{"type":["string","null"]},"chain_seq":{"type":["integer","null"]}}},"exists":{"type":"boolean"},"method":{"type":"string","description":"Verification method used."},"verdict":{"enum":["valid","invalid","indeterminate","quarantined_legacy"],"type":"string","description":"Result of recomputing the canonical digest for this entry."},"receipt_id":{"type":"string","format":"uuid"}}}}}}}},"builder-code":{"info":{"s":["cdp_sdk_server"]},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"a":{"type":"string","pattern":"^[a-z0-9_]{1,32}$","description":"App builder code"},"s":{"type":"array","items":{"type":"string","pattern":"^[a-z0-9_]{1,32}$"},"maxItems":11,"description":"Service builder codes"},"w":{"type":"string","pattern":"^[a-z0-9_]{1,32}$","description":"Wallet builder code"}},"additionalProperties":false}},"eip2612GasSponsoring":{},"erc20ApprovalGasSponsoring":{}},"description":"Receipt verification: read-only hash-chain verification of one existing Kairostamp receipt id. Recomputes the canonical SHA-256 digest, compares it with the stored chain hash, checks linkage to the preceding entry and reports whether the entry is covered by an on-chain checkpoint. Performs no outbound fetch. Single GET query parameter (receipt_id).","lastUpdated":"2026-08-23T09:07:59.905Z","x402Version":2}]}}