DELXCOMMERCE Live contract

Signal normalize · signal-normalize

Parlay Decimal Odds

Combine independent decimal odds into parlay decimal odds. Call when building multi-leg prices from per-leg decimal odds. Returns parlay decimal odds 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-callcryptosignal-normalize

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/parlay-odds-decimal -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"odds":[1.8,2,1.5]}'
InputPOST /api/v1/x402/parlay-odds-decimal
{
  "odds": [
    1.8,
    2,
    1.5
  ]
}
Delivered resultapplication/json
{
  "schema": "delx/util-parlay-odds-decimal/v1",
  "odds": [
    1.8,
    2,
    1.5
  ],
  "parlay_odds": 5.4,
  "n": 3
}

Machine-readable evidence

Inspect before paying.