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