DELXCOMMERCE Live contract

Signal normalize · signal-normalize

Delx Timestamp Align

Align ISO-8601 timestamps down to fixed UTC interval buckets — call when bucket-aligning ISO timestamps to a UTC interval. Use on caller-supplied ticks/returns when agents need signal prep without a licensed live market feed (ottoai-class demand, first-party transform). Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, and no claim of live chain tip, web search, or media generation. Results are advisory; the caller owns authorization and production controls.

x402agentsmarket-backedsignal-normalizelocal-firsttimestamppay-per-call

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/timestamp-align -m POST -H 'x-delx-source: product-page' --max-amount 0.003 -b '{"timestamps":["2026-08-06T10:00:12Z","2026-08-06T10:00:59Z"],"interval_seconds":60}'
InputPOST /api/v1/x402/timestamp-align
{
  "timestamps": [
    "2026-08-06T10:00:12Z",
    "2026-08-06T10:00:59Z"
  ],
  "interval_seconds": 60
}
Delivered resultapplication/json
{
  "schema": "delx/util-timestamp-align/v1",
  "valid_count": 2,
  "interval_seconds": 60,
  "aligned": [
    "2026-08-06T10:00:00Z",
    "2026-08-06T10:00:00Z"
  ],
  "truncated": false
}

Machine-readable evidence

Inspect before paying.