InputPOST /api/v1/x402/implied-from-yes-no
{
"yes": 0.42,
"no": 0.62
}
Signal normalize · signal-normalize
Normalize yes/no prices into implied probabilities. Call when two-sided prediction markets quoted as separate yes and no. Returns normalized yes/no probs 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/implied-from-yes-no -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"yes":0.42,"no":0.62}'
{
"yes": 0.42,
"no": 0.62
}
{
"schema": "delx/util-implied-from-yes-no/v1",
"p_yes": 0.4038461538461538,
"p_no": 0.5961538461538461,
"overround": 0.040000000000000036
}
Machine-readable evidence