{
  "format": "delx/intent-card/v1",
  "id": "implied-from-yes-no-api",
  "intent": "Implied from Yes/No Prices for an agent workflow",
  "title": "Implied from Yes/No Prices API for agents",
  "description": "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.",
  "keywords": [
    "Implied from Yes/No Prices API",
    "Implied from Yes/No Prices for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/implied-from-yes-no-api",
  "machine_url": "https://commerce.delx.ai/intents/implied-from-yes-no-api.json",
  "recommendation": {
    "tool_name": "util_implied_from_yes_no",
    "service_name": "Implied from Yes/No Prices",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/implied-from-yes-no",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "yes": {
          "description": "Input field: yes.",
          "type": "number"
        },
        "no": {
          "description": "Input field: no.",
          "type": "number"
        }
      },
      "required": [
        "yes",
        "no"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "yes": 0.42,
      "no": 0.62
    },
    "example_output": {
      "schema": "delx/util-implied-from-yes-no/v1",
      "p_yes": 0.4038461538461538,
      "p_no": 0.5961538461538461,
      "overround": 0.040000000000000036
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/implied-from-yes-no -m POST -H 'x-delx-source: intent-card-implied-from-yes-no-api' --max-amount 0.001 -b '{\"yes\":0.42,\"no\":0.62}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-implied-from-yes-no-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/implied-from-yes-no"
  }
}
