DELXCOMMERCE Live contract

Agent data quality · data-quality

US Market Holiday Check

Check if a YYYY-MM-DD is in a static US market holiday set. Call when scheduling around known US market holidays offline. Returns is_holiday and name if known 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.

x402agentslocal-firstmicro-usdcpay-per-callexpansion-100data-quality

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/us-market-holiday-check -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"date":"2026-01-01"}'
InputPOST /api/v1/x402/us-market-holiday-check
{
  "date": "2026-01-01"
}
Delivered resultapplication/json
{
  "schema": "delx/util-us-market-holiday-check/v1",
  "is_holiday": true,
  "holiday_name": "New Year"
}

Machine-readable evidence

Inspect before paying.