{"api":"v1","generated_at":"2026-09-15T19:49:43.900Z","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/hash-openverbs-com-v1-hmac-f574d9","pinned_page":"https://tollindex.com/e/hash-openverbs-com-v1-hmac-f574d9/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":"hash-openverbs-com-v1-hmac-f574d9","canonical_url":"https://hash.openverbs.com/v1/hmac","resource":"https://hash.openverbs.com/v1/hmac","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Compute a keyed HMAC of some data with a secret key — the standard way to sign and verify webhooks (Stripe, GitHub, etc.) and API requests. Data and key may each be utf8/hex/base64/base64url; the tag is returned as hex/base64/base64url.","service_name":"HMAC data","declared_category":null,"declared_tags":["hmac signature","sign webhook payload","verify webhook hmac","keyed hash api","hmac sha256"],"route_template":null,"registry_updated":"2026-09-14T19:59:55.561Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"hmac","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.002 USDC","amount_units":0.002,"decimals_known":true,"pay_to":"0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":4,"unique_payers_30d":2,"last_called_at":"2026-09-14T19:59:55.251Z"},"validation":{"latest":{"observed_at":"2026-09-15T07:03:01.985Z","state":"pass","failed_checks":["bazaar.info.output"],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T07:03:01.985Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T06:29:37.822Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T06:19:00.778Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T09:49:18.617Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T14:47:49.049Z","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":["hmac signature","sign webhook payload","verify webhook hmac","keyed hash api","hmac sha256"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xb3f4de103F34b99f0Da19B4F16D6B53a14C2194A","amount":"2000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-09-14T19:59:55.251Z","l30DaysTotalCalls":4,"l30DaysUniquePayers":2},"resource":"https://hash.openverbs.com/v1/hmac","extensions":{"bazaar":{"info":{"input":{"body":{"key":"example","data":"example","algorithm":"sha256","keyEncoding":"utf8","inputEncoding":"utf8"},"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":["data","key","algorithm"],"properties":{"key":{"type":"string","maxLength":16384,"minLength":1,"description":"The secret key, in `keyEncoding`."},"data":{"type":"string","maxLength":5000000,"description":"The data to authenticate, in `inputEncoding`."},"algorithm":{"enum":["sha256","sha512","sha384","sha224","sha1","sha3-256","sha3-384","sha3-512","md5","ripemd160","blake2b512","blake2s256"],"type":"string","description":"Digest algorithm, one of sha256, sha512, sha384, sha224, sha1, sha3-256, sha3-384, sha3-512, md5, ripemd160, blake2b512, blake2s256."},"keyEncoding":{"enum":["utf8","hex","base64","base64url"],"type":"string","description":"How to interpret the key as bytes (utf8, hex, base64, base64url). Default utf8."},"inputEncoding":{"enum":["utf8","hex","base64","base64url"],"type":"string","description":"How to interpret the text as bytes (utf8, hex, base64, base64url). Default utf8."},"outputEncoding":{"enum":["hex","base64","base64url"],"type":"string","description":"How to render the digest (hex, base64, base64url). Default hex."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}}}},"description":"Compute a keyed HMAC of some data with a secret key — the standard way to sign and verify webhooks (Stripe, GitHub, etc.) and API requests. Data and key may each be utf8/hex/base64/base64url; the tag is returned as hex/base64/base64url.","lastUpdated":"2026-09-14T19:59:55.561Z","serviceName":"HMAC data","x402Version":2}]}}