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

The data layer for Polymarket crypto markets.

Historical order books, trades, and resolved Up-or-Down markets across BTC, ETH, SOL, XRP, DOGE, BNB and HYPE — joined with Binance spot. One REST API, one SDK, one bulk download.

Mode
demo.py
SDK · Coming soon
1
2
3
4
5
6
7
8
9
from tradrr import Tradrr
 
tradrr = Tradrr(mode='demo')
 
# paper-trade against live order books
@tradrr.on_tick('BTC', timeframe='1h')
def strategy(market):
if market.price > 0.80:
market.buy(shares=100)
3,180
markets indexed
57,508
parquet files
23 GB
historical data
8
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.