InputPOST /api/v1/x402/devig-two-way
{
"p_yes": 0.55,
"p_no": 0.55
}
Signal normalize · signal-normalize
De-vig a two-way market into fair probabilities that sum to 1. Call when recovering fair probs from a two-outcome book with overround. Returns fair yes/no probs after proportional de-vig 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/devig-two-way -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"p_yes":0.55,"p_no":0.55}'
{
"p_yes": 0.55,
"p_no": 0.55
}
{
"schema": "delx/util-devig-two-way/v1",
"p_yes": 0.5,
"p_no": 0.5,
"overround": 0.10000000000000009
}
Machine-readable evidence