Continuous orderbook snapshots across prediction markets on Polymarket — crypto, sports, economics, and weather. Every bid, every ask — captured and queryable via API.
Prediction markets across crypto, sports, economics, weather, and more — live and historical orderbook data.
BTC, ETH, SOL, XRP -- Up/Down markets every 5m to 1d
NBA, NFL, EPL -- Game outcomes and season predictions
Fed Decisions, Jobs Reports -- FOMC meetings and macro data
30 cities daily -- Temperature, hurricanes, Arctic ice
Every snapshot includes full bid/ask depth, mid prices, spreads, and crypto spot price.
| Side | Bid | Size | Ask | Size | Spread |
|---|---|---|---|---|---|
| UP | 0.5400 | 1,240 | 0.5500 | 1,100 | 1.00% |
| UP | 0.5300 | 980 | 0.5600 | 1,450 | 3.00% |
| UP | 0.5200 | 1,560 | 0.5700 | 890 | 5.00% |
| UP | 0.5100 | 2,100 | 0.5800 | 2,300 | 7.00% |
| UP | 0.5000 | 1,800 | 0.5900 | 1,700 | 9.00% |
| UP | 0.4900 | 3,200 | 0.6000 | 3,100 | 11.00% |
cryptoLowCardinality(String)BTCtimeframeLowCardinality(String)5mtoken_sideEnum8('UP','DOWN')UPtimestampDateTime64(3)2026-03-03 17:20:03.157crypto_priceFloat6487,432.50best_bidFloat640.5400best_askFloat640.5500mid_priceFloat640.5450spreadFloat640.0100bidsArray(Tuple(F64,F64))[(0.54,1240),...]asksArray(Tuple(F64,F64))[(0.55,1100),...]Prediction markets across multiple categories, captured continuously with high-frequency precision.
Orderbook-level prediction market data that doesn't exist anywhere else.
Every snapshot carries a DateTime64(3) timestamp. Reconstruct exact market state at any point. Compare price movements across assets at the sub-second level.
Not just best bid/ask. Complete bid and ask arrays stored per snapshot. Study how liquidity stacks at each price level. Measure depth imbalance before market moves.
Crypto, sports, economics, and weather markets. Study how prediction markets behave differently across categories, timeframes, and resolution periods.
Every snapshot pairs the prediction market's orderbook with domain-specific context. Compare implied probability across crypto prices, game outcomes, economic indicators, and weather forecasts.
Three steps from signup to live data in your application.
Generate a free API key instantly. No account creation, no credit card. Just click and go.
Browse 11 endpoints with live examples. Test requests directly from the documentation.
Integrate live orderbook data into your research pipeline, trading bot, or analytics platform.
fetch('/v1/markets/live', { headers: { 'X-API-Key': key } })