API v1·Up-or-Down markets, every tick

The data layer for Polymarket crypto markets.

Tick-by-tick order books, trades, and resolved Up-or-Down markets for BTC and ETH — captured at sub-150ms intervals across three timeframes — 5m · 15m · 4h — with 100+ days of history joined to Binance spot. One REST API. Per-market Parquet downloads plus Pro whole-day ZIP bundles. SDK coming soon.

Mode
demo.py
SDK · Coming soon
1
2
3
4
5
6
7
8
9
from polyreplay import PolyReplay
 
polyreplay = PolyReplay(mode='demo')
 
# paper-trade against live order books
@polyreplay.on_tick('BTC', timeframe='4h')
def strategy(market):
if market.price > 0.80:
market.buy(shares=100)
73,911
markets indexed
74,508
parquet files
289 GB
historical data
100
days covered
What you can build

From one API call to a full backtester.

Resolved markets, L25 order books, trades, and Binance spot prices — ready for whatever you want to ship.