{"api":"v1","generated_at":"2026-09-16T06:33:18.088Z","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/otp-openverbs-com-v1-verify-9f6409","pinned_page":"https://tollindex.com/e/otp-openverbs-com-v1-verify-9f6409/at/2026-09-16T04-48Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-16T04:48:25.992Z","snapshot_stamp":"2026-09-16T04-48Z","endpoint":{"slug":"otp-openverbs-com-v1-verify-9f6409","canonical_url":"https://otp.openverbs.com/v1/verify","resource":"https://otp.openverbs.com/v1/verify","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Verify a submitted TOTP code against a base32 secret, scanning ±window time steps (default ±1) to tolerate clock drift. Returns valid plus the matching step offset (delta). A code that does not match is a successful result with valid=false — not an error.","service_name":"Verify a TOTP code","declared_category":null,"declared_tags":["verify totp","validate otp code","check authenticator code","totp verification api","mfa code validation"],"route_template":null,"registry_updated":"2026-09-06T08:12:29.925Z"},"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-16T04:48:25.991Z","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.004 USDC","amount_units":0.004,"decimals_known":true,"pay_to":"0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A","scheme":"exact"}],"counters":{"observed_at":"2026-09-16T04:48:25.992Z","calls_30d":3,"unique_payers_30d":1,"last_called_at":"2026-09-06T08:12:29.768Z"},"validation":{"latest":{"observed_at":"2026-09-16T05:45:06.342Z","state":"pass","failed_checks":["bazaar.info.output"],"endpoint_http_status":402,"run_id":"daily-2026-09-16"},"uptime":[{"days":7,"observed":6,"passed":6,"ratio":1},{"days":30,"observed":6,"passed":6,"ratio":1},{"days":90,"observed":6,"passed":6,"ratio":1}],"history_90d":[{"observed_at":"2026-09-16T05:45:06.342Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-16","state_changed":false},{"observed_at":"2026-09-15T06:02:10.581Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:33:22.671Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:27:47.754Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:44:35.816Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:34:58.317Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A","page":"https://tollindex.com/seller/0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A","endpoints":370,"hosts":89},"reports":0,"registry_record":{"cdp":[{"tags":["verify totp","validate otp code","check authenticator code","totp verification api","mfa code validation"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A","amount":"4000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-06T08:12:29.768Z","l30DaysTotalCalls":3,"l30DaysUniquePayers":1},"resource":"https://otp.openverbs.com/v1/verify","extensions":{"bazaar":{"info":{"input":{"body":{"code":"example","period":1,"secret":"example","timestamp":1},"type":"http","method":"POST","bodyType":"json"}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["secret","code"],"properties":{"t0":{"type":"integer","minimum":0,"description":"Epoch start offset in seconds. Default 0."},"code":{"type":"string","maxLength":12,"minLength":1,"description":"The submitted OTP code."},"digits":{"type":"integer","maximum":10,"minimum":6,"description":"Number of code digits. Default 6."},"period":{"type":"integer","maximum":86400,"minimum":1,"description":"Time step in seconds. Default 30."},"secret":{"type":"string","maxLength":1024,"minLength":1,"description":"Base32-encoded shared secret."},"window":{"type":"integer","maximum":20,"minimum":0,"description":"Steps of drift tolerance each side. Default 1."},"algorithm":{"enum":["SHA1","SHA256","SHA512"],"type":"string","description":"HMAC algorithm. Default SHA1."},"timestamp":{"type":"integer","minimum":0,"description":"Unix time in seconds. Default: now."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}}}},"description":"Verify a submitted TOTP code against a base32 secret, scanning ±window time steps (default ±1) to tolerate clock drift. Returns valid plus the matching step offset (delta). A code that does not match is a successful result with valid=false — not an error.","lastUpdated":"2026-09-06T08:12:29.925Z","serviceName":"Verify a TOTP code","x402Version":2}]}}