DELXCOMMERCE Payable now

Portable intent card · signal-normalize

Price Tick Normalize API for agents

Normalize caller-supplied positive price ticks to fixed decimals — call when rounding caller-supplied price ticks to fixed decimals. 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.

Price Tick Normalize APIPrice Tick Normalize for agentspay per result APIx402 APIno API key

Intent to transaction

One command, attributed.

The source header follows this discovery route through challenge, payment and delivery without exposing the buyer or request body.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/price-tick-normalize -m POST -H 'x-delx-source: intent-card-price-tick-normalize-api' --max-amount 0.003 -b '{"ticks":[1.23456789,1.23],"decimals":4}'
Example inputPOST /api/v1/x402/price-tick-normalize
{
  "ticks": [
    1.23456789,
    1.23
  ],
  "decimals": 4
}
Agent discoverydelx/intent-card/v1
{
  "intent": "Price Tick Normalize for an agent workflow",
  "tool_name": "util_price_tick_normalize",
  "price_usdc": "0.003",
  "machine_url": "https://commerce.delx.ai/intents/price-tick-normalize-api.json"
}

Portable and inspectable

Share the intent, not a directory search.