mirrored listing x402 eip155:8453

Use this to scan Quotient's published prediction-market signals on Polymarket Internationa

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.

Do you run quotient-api-gateway.onrender.com? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
10000 (raw units)
price
93
calls / 30d
11
unique payers
2026-09-17
updated

Provider

quotient-api-gateway.onrender.com · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xC3d01FD2F79d4c57aD106AB8ecc12a5dE24F97cB",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "10000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "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"
    }
  }
}

Use it

curl

curl "https://quotient-api-gateway.onrender.com/api/v1/signals"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://quotient-api-gateway.onrender.com/api/v1/signals");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://quotient-api-gateway.onrender.com/api/v1/signals")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/3282.json, and this resource appears in /discovery/resources and /discovery/search.