mirrored listing x402 eip155:8453

Use this when the user asks which prediction-market signal is currently designated as feat

Use this when the user asks which prediction-market signal is currently designated as featured by Quotient. Returns its published side and lifecycle, forecast_status, entry and current fields, forecast context, capacity, and canonical market routing; it may be empty. The featured designation is a database field.

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
5000 (raw units)
price
10
calls / 30d
8
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": "5000",
    "maxTimeoutSeconds": 300
  }
]

Output schema

{
  "bazaar": {
    "discoverable": true,
    "info": {
      "input": {
        "method": "GET",
        "queryParams": {
          "window": 24
        },
        "type": "http"
      },
      "output": {
        "example": {
          "featured_by": "auto",
          "signal": {
            "capacity_usd_at_2c": 5400,
            "converge_upside_pct": 11,
            "conviction": "high",
            "conviction_tier": 3,
            "current_cost_cents": 64,
            "distance_to_convergence_cents": 7,
            "entry_pm": 38,
            "entry_q": 29,
            "entry_spread_pp": 9,
            "forecast_status": {
              "adverse_move_pct": -4.2,
              "basis": "since_forecast",
              "cents": 3,
              "price_source": "live",
              "state": "converging"
            },
            "id": "qs_a41d2c",
            "is_active": true,
            "latest_q": 0.29,
            "market": {
              "marketKey": "polymarket:512345",
              "marketUrl": "https://polymarket.com/event/russia-x-ukraine-ceasefire-in-2026",
              "market_odds": 0.36,
              "nativeEventId": "event-123",
              "nativeMarketId": "512345",
              "question": "Russia x Ukraine ceasefire in 2026?",
              "quotientMarketId": "512345",
              "seriesTicker": null,
              "slug": "russia-x-ukraine-ceasefire-in-2026",
              "sourceUrl": "https://gamma-api.polymarket.com/markets/512345",
              "venue": "polymarket",
              "volume_24h": 184233.5
            },
            "max_roi_pct": 56,
            "q_value_cents": 71,
            "side": "NO",
            "thesis": "Q sees no credible path to a ceasefire before the market deadline."
          }
        },
        "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": {
                "window": {
                  "default": 24,
                  "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/featured"
# -> 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/featured");
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/featured")
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/3283.json, and this resource appears in /discovery/resources and /discovery/search.