InputPOST /api/v1/x402/jwt-claims-humanize
{
"jwt": "eyJhbGciOiJub25lIn0.eyJleHAiOjE3MDAwMDAwMDAsInN1YiI6ImEifQ."
}
Agent operations math · agent-ops-math
Decode JWT payload claims without signature verify. Call when inspecting exp/iat for debugging (untrusted decode). Returns claims and exp_human if present as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.
One-command purchase
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-claims-humanize -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"jwt":"eyJhbGciOiJub25lIn0.eyJleHAiOjE3MDAwMDAwMDAsInN1YiI6ImEifQ."}'
{
"jwt": "eyJhbGciOiJub25lIn0.eyJleHAiOjE3MDAwMDAwMDAsInN1YiI6ImEifQ."
}
{
"schema": "delx/util-jwt-claims-humanize/v1",
"claims": {
"exp": 1700000000,
"sub": "a"
},
"exp_human": "2023-11-14T22:13:20+00:00"
}
Machine-readable evidence