// 01 · introducing wxsignals

Real-time data and signals
for weather prediction
markets.

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.

SCAN INTERVAL
30s
MARKETS TRACKED
3.4k+
DATA POINTS
870k+
HISTORICAL DATA
1.1 mo
+ Add a note about your use case (optional)
GET /v1/markets/{id}/snapshots
// 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
  }]
}
// 02 · what you get

Three layers of market intelligence,
one API.

01 / DATA

Live market feed

Active Polymarket weather markets, refreshed every 30 seconds. Yes/no prices, bid/ask depth, 24h volume, spread — every bucket of every market.

/v1/markets
/v1/markets/{id}
/v1/markets/{id}/snapshots
02 / HISTORY

A growing history

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.

/v1/markets/{id}/prices
filter by outcome, time
03 / WEATHER

Station data SOON

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.

/v1/stations/{icao}/observations
/v1/stations/{icao}/forecasts
// 03 · how it works

One API key. Three lines to live data.

# list active weather markets
curl "https://api.wxsignals.com/v1/markets?city=Tokyo&limit=10" \
  -H "X-API-Key: $WXSIGNALS_KEY"
// 04 · pricing

Simple plans. No surprises.

All plans currently in private beta. Join the waitlist to be among the first.

Free

explore
$0 USD
forever
  • 60 requests / minute
  • Live market list
  • Market details & outcomes
  • No historical data
  • No raw weather data

Business

trade
$199 USD
per month
  • 3000 requests / minute
  • Everything in Pro
  • Station observations & forecasts
  • Resolution metadata + history
  • Priority support
// 05 · early access

Get early access.
Be the first to ship.

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