{
  "x402Version": 2,
  "id": 3282,
  "slug": "3282",
  "resource": "https://quotient-api-gateway.onrender.com/api/v1/signals",
  "description": "Use this to scan Quotient's published prediction-market signals on Polymarket International, Polymarket US, Kalshi, and Limitless: side, entry YES price, latest Q probability and thesis, conviction, the forecast_status gauge with its standing adverse move, upside to Q, and capacity — one signal per market. A signal is active or retired; a missing live quote drops a row from the feed, and a caution/warning forecast_status marks an adverse move; the row remains listed.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xC3d01FD2F79d4c57aD106AB8ecc12a5dE24F97cB",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "discoverable": true,
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "exclude_drawdown_risk": true,
            "min_capacity_usd": 500,
            "min_conviction": 2,
            "side": "NO",
            "status": "active"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "signals": [
              {
                "basis_status": "verified",
                "capacity_as_of": "2026-08-01T02:31:00Z",
                "capacity_available": true,
                "capacity_basis": "depth-2c",
                "capacity_usd_at_2c": 3400,
                "converge_upside_pct": 34,
                "conviction": "high",
                "conviction_tier": 3,
                "crash_risk_elevated": false,
                "created_at": "2026-08-01T14:15:00Z",
                "current_cost_cents": 58,
                "distance_to_convergence_cents": 20,
                "drawdown_risk_elevated": false,
                "entry_cost_cents": 56,
                "entry_pm": 44,
                "entry_q": 22,
                "entry_spread_pp": 22,
                "execution_reference": null,
                "forecast_status": {
                  "adverse_move_pct": -3.6,
                  "basis": "since_forecast",
                  "cents": 0,
                  "price_source": "live",
                  "state": "sideways"
                },
                "forecast_updated_at": "2026-08-03T16:20:00Z",
                "grounding_status": "actionable",
                "has_band": true,
                "id": "3f9d2c1e-6b7a-4f7e-9c2d-1a2b3c4d5e6f",
                "is_active": true,
                "is_fresh": true,
                "is_new_today": false,
                "latest_q": 0.22,
                "live_priced": true,
                "market": {
                  "condition_id": "0x1234abcd",
                  "end_date": "2026-12-31T00:00:00Z",
                  "marketKey": "polymarket:789012",
                  "marketUrl": "https://polymarket.com/event/russia-ukraine-ceasefire-2026",
                  "market_odds": 0.42,
                  "nativeEventId": "34567",
                  "nativeMarketId": "789012",
                  "polymarketUrl": "https://polymarket.com/event/russia-ukraine-ceasefire-2026",
                  "question": "Will there be a Russia-Ukraine ceasefire in 2026?",
                  "quotientMarketId": "789012",
                  "quotientUrl": "https://quotient.social/markets/789012",
                  "seriesTicker": null,
                  "slug": "russia-ukraine-ceasefire-2026",
                  "sourceUrl": "https://gamma-api.polymarket.com/markets/789012",
                  "venue": "polymarket",
                  "volume_24h": 120000
                },
                "max_roi_pct": 72,
                "priced_at": "2026-08-01T16:00:00Z",
                "published_at": "2026-08-01T14:15:00Z",
                "q_side": "NO",
                "q_value_cents": 78,
                "resolution_reference": {
                  "basis_id": "basis:polymarket:789012:rules-v3",
                  "forecast_target_key": "target:polymarket:789012:v3",
                  "freshness": "verified",
                  "instrument_id": "789012",
                  "mapping_status": "verified",
                  "observable_id": "polymarket:789012:rules",
                  "provider": "polymarket",
                  "schema_version": "1",
                  "settlement_spec_id": "settlement:polymarket:789012:v3",
                  "value": null
                },
                "resolves_in_window": false,
                "retired_reason": null,
                "side": "NO",
                "suppression_reason": null,
                "thesis": "Q sees the ceasefire conditions as unlikely to be met before year-end.",
                "venue_quote": {
                  "freshness": "verified",
                  "market_id": "789012",
                  "observed_at": "2026-08-01T16:00:00Z",
                  "quote_method": "midpoint",
                  "schema_version": "1",
                  "selected_probability": 0.42,
                  "venue": "polymarket",
                  "venue_timestamp": "2026-08-01T15:59:59Z",
                  "yes_ask": 0.43,
                  "yes_bid": 0.41,
                  "yes_last": 0.42
                },
                "window_days": 12
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "additionalProperties": false,
                "properties": {
                  "exclude_crash_risk": {
                    "default": false,
                    "type": "boolean"
                  },
                  "exclude_drawdown_risk": {
                    "default": false,
                    "type": "boolean"
                  },
                  "market": {
                    "type": "string"
                  },
                  "min_capacity_usd": {
                    "minimum": 0,
                    "type": "number"
                  },
                  "min_conviction": {
                    "maximum": 3,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "side": {
                    "enum": [
                      "YES",
                      "NO"
                    ],
                    "type": "string"
                  },
                  "status": {
                    "type": "string"
                  },
                  "topic": {
                    "type": "string"
                  },
                  "venue": {
                    "description": "Prediction-market venue key: polymarket (Polymarket International), polymarket_us (Polymarket US), kalshi, or limitless.",
                    "enum": [
                      "polymarket",
                      "polymarket_us",
                      "kalshi",
                      "limitless"
                    ],
                    "type": "string"
                  },
                  "window": {
                    "maximum": 168,
                    "minimum": 1,
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "queryParams"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input",
          "output"
        ],
        "type": "object"
      }
    },
    "payment-identifier": {
      "info": {
        "required": false
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "id": {
            "maxLength": 128,
            "minLength": 16,
            "pattern": "^[a-zA-Z0-9_-]+$",
            "type": "string"
          },
          "required": {
            "type": "boolean"
          }
        },
        "required": [
          "required"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "payment-identifier"
  ],
  "sourceHost": "quotient-api-gateway.onrender.com",
  "lastUpdated": "2026-09-17T21:10:56.992Z",
  "quality": {
    "calls30d": 93,
    "uniquePayers30d": 11,
    "lastCalledAt": "2026-09-17T21:11:09.3Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "quotient-api-gateway.onrender.com",
    "manifest_name": "quotient-api-gateway.onrender.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"
  }
}