{"uid":"cap_ubts_36pWG9C_nTNA8qQH","slug":"api-x402node-dev-ceeae988","name":"JWT Decoder / JSON Web Token Parser","description":"JWT decoder, JSON Web Token parser, JWT inspector, claims extractor, OAuth token decoder, JWT header parser, JWT payload reader, jwt.io alternative, API token introspection. Decode JWT header and payload (signature NOT verified). For AI agents, OAuth flow debug, API token inspection, auth analysis, jwt claims parser Accepts payment on Base or Solana — either network works.","url":"https://api.x402node.dev/dev/jwt-decode","method":"GET","headers":{},"bodySchema":{"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","required":["token"],"properties":{"token":{"type":"string","description":"ERC20 contract address (required)"}}}},"additionalProperties":false}}},"responseSchema":null,"example":{"request":{"token":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyLCJleHAiOjE3MTYyMzkwMjIsImlzcyI6Imh0dHBzOi8vZXhhbXBsZS5jb20ifQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"},"response":{"meta":{"source":"x402node.com"},"_hint":"x402 paid endpoints for AI agents — x402node.dev (utilities) · cn402.com (Chinese culture)","header":{"alg":"RS256","typ":"JWT"},"payload":{"exp":1716239022,"iat":1516239022,"iss":"https://example.com","sub":"1234567890","name":"John Doe"},"warning":"Signature NOT verified. This endpoint only decodes, does not validate authenticity.","analysis":{"type":"JWT","expired":true,"algorithm":"RS256","issued_at":"2018-01-18T01:30:22.000Z","expires_at":"2024-05-20T21:03:42.000Z","not_before":null,"has_signature":true,"expires_in_seconds":-65520503}}},"exampleRequest":{"token":"eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyLCJleHAiOjE3MTYyMzkwMjIsImlzcyI6Imh0dHBzOi8vZXhhbXBsZS5jb20ifQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c"},"tags":["x402"],"displayCostAmount":"0.0022","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.0022/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0022","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0022","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_NMi7TFw28xLW1IkgPnauP","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.0022","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Decodes a JWT's header and payload sections without verifying the signature, returning parsed claims as structured JSON objects.","exampleAgentPrompt":"Can you decode this JWT for me and show me what's in the header and payload — I want to see the claims, expiration, and issuer: eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c","exampleUseCases":null,"resultDescription":"Returns a JSON object with 'header' (algorithm, token type, key ID etc.) and 'payload' (all claims: sub, iss, exp, iat, aud, custom claims etc.) as parsed objects, plus a 'signature_present' boolean indicating whether a signature segment exists.","failureModes":["Malformed or non-JWT string returns a 400 error","Empty or missing token body returns validation error","Token with only 1 or 2 segments (incomplete JWT) may fail parsing","Very large tokens may time out","Network or payment authorization failure returns 402"],"whenToPreferThis":"Use this endpoint when you need to quickly inspect JWT contents — claims, expiry, issuer, algorithm — without needing cryptographic signature verification. Ideal for debugging OAuth flows, inspecting API tokens, or extracting metadata from auth tokens in automated pipelines. Prefer this over jwt.io when operating programmatically from an AI agent.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T06:53:04.281Z","isFirstParty":false}