{"api":"v1","generated_at":"2026-09-16T06:33:26.559Z","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/jwt-openverbs-com-v1-sign-8dbeaa","pinned_page":"https://tollindex.com/e/jwt-openverbs-com-v1-sign-8dbeaa/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":"jwt-openverbs-com-v1-sign-8dbeaa","canonical_url":"https://jwt.openverbs.com/v1/sign","resource":"https://jwt.openverbs.com/v1/sign","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Mint a signed JSON Web Token from a JSON claims object, using a shared secret (HS*) or a PEM private key (RS/ES/PS). Supports expiresInSec, notBeforeSec, issuer, audience, subject and keyid. An unusable key or option is rejected before payment.","service_name":"Sign a JWT","declared_category":null,"declared_tags":["sign jwt","create jwt token","mint auth token","generate jws signature","jwt signing api"],"route_template":null,"registry_updated":"2026-09-14T19:59:55.660Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"sign","category":"market-data","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":4,"unique_payers_30d":2,"last_called_at":"2026-09-14T19:59:55.373Z"},"validation":{"latest":{"observed_at":"2026-09-16T05:32:39.899Z","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:32:39.899Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-16","state_changed":false},{"observed_at":"2026-09-15T05:49:17.734Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:21:44.978Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:17:14.214Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:33:38.349Z","state":"pass","failed_checks":["bazaar.info.output"],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:20:39.991Z","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":["sign jwt","create jwt token","mint auth token","generate jws signature","jwt signing api"],"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-14T19:59:55.373Z","l30DaysTotalCalls":4,"l30DaysUniquePayers":2},"resource":"https://jwt.openverbs.com/v1/sign","extensions":{"bazaar":{"info":{"input":{"body":{"key":"example","payload":{},"algorithm":"HS256","expiresInSec":1,"notBeforeSec":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":["payload","key","algorithm"],"properties":{"key":{"type":"string","maxLength":16384,"minLength":1,"description":"The HMAC shared secret (HS*) or the PEM-encoded private key (RS/ES/PS)."},"keyid":{"type":"string","description":"Set the `kid` header."},"issuer":{"type":"string","description":"Set the `iss` claim."},"payload":{"type":"object","description":"The claims to encode (an object)."},"subject":{"type":"string","description":"Set the `sub` claim."},"audience":{"type":"string","description":"Set the `aud` claim."},"algorithm":{"enum":["HS256","HS384","HS512","RS256","RS384","RS512","ES256","ES384","ES512","PS256","PS384","PS512"],"type":"string","description":"Signing algorithm, one of HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384, ES512, PS256, PS384, PS512."},"noTimestamp":{"type":"boolean","description":"Omit the automatic `iat` claim."},"expiresInSec":{"type":"integer","minimum":0,"description":"Set `exp` this many seconds from now."},"notBeforeSec":{"type":"integer","minimum":0,"description":"Set `nbf` this many seconds from now."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}}}},"description":"Mint a signed JSON Web Token from a JSON claims object, using a shared secret (HS*) or a PEM private key (RS/ES/PS). Supports expiresInSec, notBeforeSec, issuer, audience, subject and keyid. An unusable key or option is rejected before payment.","lastUpdated":"2026-09-14T19:59:55.66Z","serviceName":"Sign a JWT","x402Version":2}]}}