Live prices, historical snapshots, and station-level weather data for Polymarket weather markets — delivered through a clean REST API. Built for quants, algo traders, and prediction market researchers.
// live snapshot, Hong Kong 19°C, Apr 24 { "market_id": "0x0902fd71...", "count": 1, "snapshots": [{ "bucket_label": "19°C", "yes_price": 0.9995, "no_price": 0.0005, "spread": 0.001, "volume_24h": 2887.59, "best_bid": 0.999, "best_ask": 1.000 }] }
Active Polymarket weather markets, refreshed every 30 seconds. Yes/no prices, bid/ask depth, 24h volume, spread — every bucket of every market.
Every price tick since launch. Use it to backtest your own strategies or analyze how each city's markets behave around resolution. Dataset grows daily.
METAR observations and NOAA forecasts for the stations that resolve each market. The raw signal you need to build your own models — no opinions baked in.
# list active weather markets curl "https://api.wxsignals.com/v1/markets?city=Tokyo&limit=10" \ -H "X-API-Key: $WXSIGNALS_KEY"
All plans currently in private beta. Join the waitlist to be among the first.
We're rolling out access to the first cohort over the coming weeks. Use the form at the top of this page to join.
Take me to the form