$0.02
per call · USD Coin on Base
A 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, compact forecast context, and thesis, but omit resolution_pathway; use market detail for full rules context. Use this complete-window feed to monitor cross-venue changes without per-market fan-out.
Endpoint
GET https://quotient-api-gateway.onrender.com/api/v1/latest1
Calls / 30d
1
Unique payers / 30d
Aug 23
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://quotient-api-gateway.onrender.com/api/v1/latest", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://quotient-api-gateway.onrender.com/api/v1/latest?hours=3&types=forecast%2Carticle%2Cx_post" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"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": {
"marketKey": "polymarket:512345",
"marketUrl": "https://polymarket.com/event/russia-x-ukraine-ceasefire-in-2026",
"nativeEventId": "event-123",
"nativeMarketId": "512345",
"question": "Russia x Ukraine ceasefire in 2026?",
"seriesTicker": null,
"slug": "russia-x-ukraine-ceasefire-in-2026",
"sourceUrl": "https://gamma-api.polymarket.com/markets/512345",
"venue": "polymarket"
},
"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"
}
}Payment details
0xc3d01fd2f79d4c57ad106ab8ecc12a5de24f97cbUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from Onrender & similar services
Onrender · Signals
quotient-api-gateway.onrender.com
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, never hides the row.
Onrender · Markets Search
quotient-api-gateway.onrender.com
Use this to search Quotient-covered markets by meaning, taxonomy, asset, venue, or historical cutoff. Results carry quote provenance plus Q and venue odds captured at the selected forecast. Polymarket International and Kalshi use verified live pricing or null; other venues label graph snapshots stale. Use as_of for discovery and the forecast-time pair for historical spreads, including since-closed markets.
Onrender · Markets Lookup
quotient-api-gateway.onrender.com
Use this to fetch full Quotient intelligence for up to ten markets across Polymarket International, Polymarket US, Kalshi, and Limitless. Returns forecasts, theses, cited drivers, resolution pathways, venue odds, and quote provenance. Polymarket International and Kalshi fail closed when live pricing is unavailable. Prefer market_keys; legacy slugs and condition IDs default to Polymarket unless venue is supplied.