DELXCOMMERCE Live contract

Web and API intelligence · utility

Delx Hash

SHA-256 hash API for agents: hash text with SHA-256, SHA-1, or MD5 for $0.001 USDC and return a compact deterministic receipt—not a password KDF. 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.

x402utilityhashsha-256sha256hash-apichecksum

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/hash -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"input":"example"}'
InputPOST /api/v1/x402/hash
{
  "input": "example"
}
Delivered resultapplication/json
{
  "tool_name": "example",
  "result": {}
}

Machine-readable evidence

Inspect before paying.