InputPOST /api/v1/x402/inflation-calculator
{
"amount": 0,
"from_year": 0,
"to_year": 0
}
Web and API intelligence · utility
Revalue an amount between years using U.S. BLS CPI for $0.002 USDC—informational only. 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.
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/inflation-calculator -m POST -H 'x-delx-source: product-page' --max-amount 0.002 -b '{"amount":0,"from_year":0,"to_year":0}'
{
"amount": 0,
"from_year": 0,
"to_year": 0
}
{
"tool_name": "example",
"result": {}
}
Machine-readable evidence