ToolAssay

Per-venue implied vs vig-adjusted odds with summarized depth for one market — Ve

Per-venue implied vs vig-adjusted odds with summarized depth for one market — Venue-by-venue comparison for a market: implied probability, vig-adjusted probability (overround removed via the quoted book), summarized depth near the touch, plus the cross-venue spread and a disagreement flag when it exceeds 5 points.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
600 msmedian answer time
$0.02listed price per call
$0.02price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402-factory.com/v1/odds/compare/:slug

CategoryMarket data
Provider hostx402-factory.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.02 600 ms

Example input (from the provider)

{
  "method": "GET",
  "pathParams": {
    "slug": "republicans-hold-house-midterms-2026-11"
  },
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "pathParams": {
          "properties": {
            "slug": {
              "pattern": "^[a-z0-9]+(?:-[a-z0-9]+)*$",
              "type": "string"
            }
          },
          "required": [
            "slug"
          ],
          "type": "object"
        },
        "queryParams": {
          "properties": {},
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "data": {
              "additionalProperties": false,
              "properties": {
                "disagreement_flag": {
                  "type": "boolean"
                },
                "per_venue": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "depth_within_1c_usd": {
                        "type": "number"
                      },
                      "depth_within_5c_usd": {
                        "type": "number"
                      },
                      "implied_p": {
                        "maximum": 1,
                        "minimum": 0,
                        "type": "number"
                      },
                      "venue": {
                        "enum": [
                          "kalshi",
                          "polymarket"
                        ],
                        "type": "string"
                      },
                      "vig_adjusted_p": {
                        "maximum": 1,
                        "minimum": 0,
                        "type": "number"
                      }
                    },
                    "required": [
                      "venue",
                      "implied_p",
                      "vig_adjusted_p",
                      "depth_within_1c_usd",
                      "depth_within_5c_usd"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "venue_spread": {
                  "maximum": 1,
                  "minimum": 0,
                  "type": "number"
                }
              },
              "required": [
                "per_venue",
                "venue_spread",
                "disagreement_flag"
              ],
              "type": "object"
            },
            "meta": {
              "type": "object"
            }
          },
          "required": [
            "data",
            "meta"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON