Use this chronological feed of new forecasts and newly linked articles/X posts across Quot
Use this chronological feed of new forecasts and newly linked articles/X posts across Quotient-covered Polymarket International, Polymarket US, Kalshi, and Limitless listings. Events include canonical venue routing, response-time venue odds with quote provenance, compact forecast context, and thesis, but omit resolution_pathway; use market detail for full rules context. The complete window avoids per-market fan-out.
20000 (raw units)
price
3
calls / 30d
2
unique payers
2026-09-11
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": "20000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"discoverable": true,
"info": {
"input": {
"method": "GET",
"queryParams": {
"hours": 3,
"types": "forecast,article,x_post"
},
"type": "http"
},
"output": {
"example": {
"as_of": "2026-08-01T16:00:00Z",
"count": 1,
"events": [
{
"forecast": {
"bluf": "Negotiation preconditions have hardened; no credible path to a 2026 ceasefire.",
"delta_from_prior": -0.04,
"id": "fc_9f2c1a",
"probability": 0.29,
"refresh_reason": "price_move",
"thesis": "Negotiation preconditions have hardened, leaving no credible path to a 2026 ceasefire."
},
"id": "fc_9f2c1a",
"market": {
"condition_id": "0x1234abcd",
"end_date": "2026-12-31T00:00:00Z",
"marketKey": "polymarket:512345",
"marketUrl": "https://polymarket.com/event/russia-x-ukraine-ceasefire-in-2026",
"nativeEventId": "event-123",
"nativeMarketId": "512345",
"polymarketUrl": "https://polymarket.com/event/russia-x-ukraine-ceasefire-in-2026",
"question": "Russia x Ukraine ceasefire in 2026?",
"quotientMarketId": "512345",
"quotientUrl": "https://quotient.social/markets/512345",
"seriesTicker": null,
"slug": "russia-x-ukraine-ceasefire-in-2026",
"sourceUrl": "https://gamma-api.polymarket.com/markets/512345",
"venue": "polymarket",
"venue_data": {
"volume_24h": 184233.5,
"yes_odds": 0.36
},
"venue_quote": {
"freshness": "verified",
"market_id": "512345",
"observed_at": "2026-08-31T12:00:00Z",
"quote_method": "midpoint",
"schema_version": "1",
"selected_probability": 0.36,
"venue": "polymarket",
"venue_timestamp": "2026-08-31T12:00:00Z",
"yes_ask": 0.36,
"yes_bid": 0.36,
"yes_last": null
}
},
"occurred_at": "2026-08-01T15:14:03Z",
"source": null,
"type": "forecast"
}
],
"types": [
"forecast",
"article",
"x_post"
],
"window": {
"hours": 3,
"since": "2026-08-01T13:00:00Z"
}
},
"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": {
"hours": {
"default": 3,
"maximum": 6,
"minimum": 1,
"type": "integer"
},
"types": {
"type": "string"
}
},
"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/latest" # -> 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/latest");
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/latest")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/3292.json, and this resource appears in /discovery/resources and /discovery/search.