DELXCOMMERCE Live contract

Web and API intelligence · utility

Delx Jwt Inspect

Decode JWT claims quickly for auth debugging, routing, and token inspection for $0.01 USDC. Call when you need this bounded result without an API key or subscription. Returns machine-readable JSON via x402 on Base or Solana. Limitation: results cover only the supplied input or one bounded public endpoint at request time; callers must verify before acting.

x402utilityjwtauthdebugging

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/jwt-inspect -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"token":"eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhZ2VudC0xMjMiLCJleHAiOjE5MDAwMDAwMDB9.c2ln"}'
InputPOST /api/v1/x402/jwt-inspect
{
  "token": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJhZ2VudC0xMjMiLCJleHAiOjE5MDAwMDAwMDB9.c2ln"
}
Delivered resultapplication/json
{
  "tool_name": "util_jwt_inspect",
  "result": {
    "valid": true,
    "header": {
      "alg": "HS256"
    },
    "payload": {
      "sub": "agent-123",
      "exp": 1900000000
    },
    "claims": {
      "exp_iso": "2030-03-17T17:46:40+00:00"
    }
  }
}

Machine-readable evidence

Inspect before paying.