What do the prediction markets say? Pass a question, get a finished read an agent can use
What do the prediction markets say? Pass a question, get a finished read an agent can use directly: the best-matching market on Polymarket and on Kalshi with implied probability and 24h/7d moves, the cross-platform gap in points, a 7-day price history, a one-sentence summary, plus the top matching markets. Forecasting, research grounding, news context, event risk. ?q=<question>. Raw list only: /pm/search $0.01.
20000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-16
updated
Provider
clink-lithium-vault.fly.dev · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0xB1eF5415E9D3695e16977B8be422AB7512F788C0",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "20000",
"maxTimeoutSeconds": 60
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"q": "will the fed cut rates in september"
},
"type": "http"
},
"output": {
"example": {
"headline": {
"gap_pts": 1,
"kalshi": {
"probability": 0.04
},
"polymarket": {
"probability": 0.05
}
},
"history_7d": {
"points": [
{
"p": 0.08,
"t": "2026-09-09T00:00:00.000Z"
}
]
},
"summary": "Polymarket prices \"...\" at 5% (-1 pts 24h, -3 pts 7d). Kalshi prices \"...\" at 4%."
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"limit": {
"type": "string"
},
"q": {
"type": "string"
}
},
"required": [
"q"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://clink-lithium-vault.fly.dev/pm/odds" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://clink-lithium-vault.fly.dev/pm/odds");
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://clink-lithium-vault.fly.dev/pm/odds")
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/5854.json, and this resource appears in /discovery/resources and /discovery/search.