GET /v1/edge/weather-markets$0.15realtimetier: alphacache 60sEngine C — Weather × Markets Edge
Compares our weather model's event probability with the market-implied probability for every weather-linked prediction market we can parse, ranked by divergence with direction, model confidence (from ensemble spread), and market liquidity. parse_coverage reports how much of the weather catalog is covered.
| Name | In | Type | Required | Notes |
|---|---|---|---|---|
min_divergence | query | number | no | |
region | query | string | no | Match against city region (e.g. northeast) or question text |
hazard | query | string | no | Filter signals to one hazard class — one of "temperature", "precipitation", "hurricane" |
limit | query | integer | no | (default: 20) |
curl "https://x402-factory.com/v1/edge/weather-markets?limit=10"
{
"data": {
"markets": [
{
"slug": "houston-high-temp-above-100f-2026-08-02",
"question": "Will the high temperature in Houston on August 2 be above 100°F?",
"market_p": 0.5881,
"model_p": 0.0635,
"divergence": 0.5246,
"direction": "market_overpriced",
"model_confidence": 0.19,
"market_liquidity": 0.716,
"resolution_date": "2026-08-02"
},
{
"slug": "major-hurricane-us-landfall-2026",
"question": "Will a major hurricane (Category 3+) make US landfall before December 1?",
"market_p": 0.7325,
"model_p": 0.2708,
"divergence": 0.4617,
"direction": "market_overpriced",
"model_confidence": 0.76,
"market_liquidity": 0.921,
"resolution_date": "2026-11-30"
},
{
"slug": "los-angeles-rain-2026-07-25",
"question": "Will it rain in Los Angeles on July 25?",
"market_p": 0.0855,
"model_p": 0.53,
"divergence": 0.4445,
"direction": "market_underpriced",
"model_confidence": 0.99,
"market_liquidity": 0.697,
"resolution_date": "2026-07-25"
},
{
"slug": "seattle-rain-2026-07-23",
"question": "Will it rain in Seattle on July 23?",
"market_p": 0.344,
"model_p": 0.75,
"divergence": 0.406,
"direction": "market_underpriced",
"model_confidence": 0.75,
"market_liquidity": 0.713,
"resolution_date": "2026-07-23"
},
{
"slug": "nyc-high-temp-above-95f-2026-07-24",
"question": "Will the high temperature in New York City on July 24 be above 95°F?",
"market_p": 0.329,
"model_p": 0.0276,
"divergence": 0.3014,
"direction": "market_overpriced",
"model_confidence": 0.47,
"market_liquidity": 0.792,
"resolution_date": "2026-07-24"
},
{
"slug": "florida-hurricane-landfall-2026-09",
"question": "Will a hurricane make landfall in Florida before September 30?",
"market_p": 0.6192,
"model_p": 0.3209,
"divergence": 0.2983,
"direction": "market_overpriced",
"model_confidence": 0.88,
"market_liquidity": 0.856,
"resolution_date": "2026-09-30"
},
{
"slug": "phoenix-high-temp-above-115f-2026-07-26",
"question": "Will the high temperature in Phoenix on July 26 be above 115°F?",
"market_p": 0.2882,
"model_p": 0.0001,
"divergence": 0.2881,
"direction": "market_overpriced",
"model_confidence": 0.32,
"market_liquidity": 0.709,
"resolution_date": "2026-07-26"
},
{
"slug": "chicago-high-temp-above-100f-2026-07-22",
"question": "Will the high temperature in Chicago on July 22 be above 100°F?",
"market_p": 0.1349,
"model_p": 0.0039,
"divergence": 0.131,
"direction": "market_overpriced",
"model_confidence": 0.61,
"market_liquidity": 0.74,
"resolution_date": "2026-07-22"
},
{
"slug": "highest-temperature-chicago-jul-20-2026-88-89",
"question": "Highest temperature in Chicago on Jul 20, 2026? — 88° to 89°",
"market_p": 0.2803,
"model_p": 0.1654,
"divergence": 0.1149,
"direction": "market_overpriced",
"model_confidence": 0.75,
"market_liquidity": 0.736,
"resolution_date": "2026-07-20"
}
],
"parse_coverage": 0.9
},
"meta": {
"endpoint": "/v1/edge/weather-markets",
"version": "1.0.0",
"generated_at": "2026-08-18T22:54:16.174Z",
"freshness": "realtime",
"sources": [
"kalshi",
"polymarket",
"stub-model"
],
"request_id": "req_00000000",
"docs": "https://x402-factory.com/docs/edge.weather-markets",
"data_mode": "live"
}
}data payload){
"type": "object",
"properties": {
"markets": {
"type": "array",
"items": {
"type": "object",
"properties": {
"slug": {
"type": "string"
},
"question": {
"type": "string"
},
"market_p": {
"type": "number",
"minimum": 0,
"maximum": 1
},
"model_p": {
"type": "number",
"minimum": 0,
"maximum": 1
},
"divergence": {
"type": "number",
"minimum": 0,
"maximum": 1
},
"direction": {
"type": "string",
"enum": [
"market_underpriced",
"market_overpriced"
]
},
"model_confidence": {
"type": "number",
"minimum": 0,
"maximum": 1
},
"market_liquidity": {
"type": "number",
"minimum": 0,
"maximum": 1
},
"resolution_date": {
"type": "string"
}
},
"required": [
"slug",
"question",
"market_p",
"model_p",
"divergence",
"direction",
"model_confidence",
"market_liquidity",
"resolution_date"
],
"additionalProperties": false
}
},
"parse_coverage": {
"type": "number",
"minimum": 0,
"maximum": 1
}
},
"required": [
"markets",
"parse_coverage"
],
"additionalProperties": false
}
The platform wraps every payload in an envelope: { "data": …, "meta": { endpoint, version, generated_at, freshness, sources, request_id, docs, data_mode } }.
Unpaid requests receive 402 with payment requirements (accepts). Pay $0.15 in USDC on Base per call via an X-PAYMENT header — see docs.x402.org. With PAYMENT_MODE=disabled (local dev) the endpoint is open.
| Status | Code | Meaning |
|---|---|---|
| 400 | INVALID_PARAMS | Input failed validation; message lists the offending fields. |
| 404 | NOT_FOUND | No matching resource; suggestion may point to a sibling endpoint. |
| 410 | RESOLVED | Market/event settled; body includes a resolution summary. |
| 503 | STALE_DATA | Upstream feed down; stale data is never silently served beyond 2× cache TTL. |
| 500 | INTERNAL | Our bug. The request_id helps us find it. |