{
  "format": "delx/intent-card/v1",
  "id": "multi-outcome-normalize-api",
  "intent": "Multi-Outcome Normalize for an agent workflow",
  "title": "Multi-Outcome Normalize API for agents",
  "description": "Normalize multi-outcome prices into a probability simplex. Call when turning raw multi-outcome quotes into probs that sum to 1. Returns normalized probs and sum 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": [
    "Multi-Outcome Normalize API",
    "Multi-Outcome Normalize for agents",
    "pay per result API",
    "x402 API",
    "no API key"
  ],
  "updated_at": "2026-08-23",
  "canonical_url": "https://commerce.delx.ai/intents/multi-outcome-normalize-api",
  "machine_url": "https://commerce.delx.ai/intents/multi-outcome-normalize-api.json",
  "recommendation": {
    "tool_name": "util_multi_outcome_normalize",
    "service_name": "Multi-Outcome Normalize",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/multi-outcome-normalize",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "prices": {
          "description": "Input field: prices.",
          "type": "array"
        }
      },
      "required": [
        "prices"
      ],
      "additionalProperties": true
    },
    "example_input": {
      "prices": [
        0.2,
        0.3,
        0.6
      ]
    },
    "example_output": {
      "schema": "delx/util-multi-outcome-normalize/v1",
      "prices": [
        0.2,
        0.3,
        0.6
      ],
      "probs": [
        0.18181818181818182,
        0.2727272727272727,
        0.5454545454545454
      ],
      "sum": 1.1,
      "n": 3
    },
    "agentcash": {
      "buy": "npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/multi-outcome-normalize -m POST -H 'x-delx-source: intent-card-multi-outcome-normalize-api' --max-amount 0.001 -b '{\"prices\":[0.2,0.3,0.6]}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-multi-outcome-normalize-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/multi-outcome-normalize"
  }
}
