{
  "x402Version": 2,
  "id": 13221,
  "slug": "13221",
  "resource": "https://api.redactedpartners.com/tiebreaker",
  "description": "Decision arbitration: submit context, options, constraints, and risk_tolerance; receive a structured JSON verdict with confidence score, reasoning, and escalation flag.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9e949d2756933b3846816afdCCaa725f17dF86Cf",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "90000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "POST",
          "queryParams": {
            "constraints": [],
            "context": "Choosing between two vendors for a $50k contract",
            "options": [
              "Vendor A",
              "Vendor B"
            ],
            "risk_tolerance": "medium"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "confidence": 0.9,
            "escalate_recommended": false,
            "flags": [
              "example caveat"
            ],
            "reasoning": "Vendor A wins over Vendor B because it beats it on cost, at the cost of nothing identifiable.",
            "verdict": "Vendor A"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "constraints": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "context": {
                    "type": "string"
                  },
                  "options": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "risk_tolerance": {
                    "enum": [
                      "low",
                      "medium",
                      "high"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "context",
                  "options",
                  "constraints",
                  "risk_tolerance"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.redactedpartners.com",
  "lastUpdated": "2026-09-08T17:41:24.63Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-08T17:41:24.264Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.redactedpartners.com",
    "manifest_name": "api.redactedpartners.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}