Your strategy dissolves without proper backtesting data

themanclark• 17d ago
r/PolymarketTradingBiggest pain point isn't even the data cost but it's reconstructing the "tradable reality": order book depth/partials, fills, latency, and when you actually could've gotten size without nuking your edge. Most backtests accidentally assume "midprice fills" + infinite liquidity and then wonder why live is a dumpster fire.
↑2.4k
Complete price, order book, and liquidity data
Captured every 30 seconds
Full order book depth
Volume and liquidity metrics
30-Second Snapshot
{
"outcomes": [
{
"token_id": "17409860016057368708342098630341745140682968229253328035718959482817476219213",
"orderbook": {
"asks": [
{
"size": 12450.25,
"price": 0.657
},
{
"size": 8920.5,
"price": 0.658
},
{
"size": 5620.75,
"price": 0.659
},
{
"size": 3340.2,
"price": 0.66
},
{
"size": 2150.8,
"price": 0.661
},
{
"size": 1560.45,
"price": 0.665
},
{
"size": 980.3,
"price": 0.67
},
{
"size": 650.15,
"price": 0.675
}
],
"bids": [
{
"size": 14200.4,
"price": 0.655
},
{
"size": 9850.65,
"price": 0.654
},
{
"size": 6340.2,
"price": 0.653
},
{
"size": 3780.9,
"price": 0.652
},
{
"size": 2290.55,
"price": 0.651
},
{
"size": 1620.7,
"price": 0.65
},
{
"size": 1040.25,
"price": 0.645
},
{
"size": 720.1,
"price": 0.64
}
],
"spread": 0.002,
"best_ask": 0.657,
"best_bid": 0.655,
"mid_price": 0.656
},
"outcome_name": "Yes",
"outcome_slug": "outcome-0"
},
{
"token_id": "94249903488493297284108522022589809086198156334096795835461730066528338722147",
"orderbook": {
"asks": [
{
"size": 13890.35,
"price": 0.346
},
{
"size": 9120.6,
"price": 0.345
},
{
"size": 5980.25,
"price": 0.344
},
{
"size": 3540.7,
"price": 0.343
},
{
"size": 2180.4,
"price": 0.342
},
{
"size": 1480.85,
"price": 0.34
},
{
"size": 920.5,
"price": 0.335
},
{
"size": 610.2,
"price": 0.33
}
],
"bids": [
{
"size": 12150.15,
"price": 0.344
},
{
"size": 8640.9,
"price": 0.343
},
{
"size": 5420.55,
"price": 0.342
},
{
"size": 3280.2,
"price": 0.341
},
{
"size": 2050.65,
"price": 0.34
},
{
"size": 1520.3,
"price": 0.339
},
{
"size": 980.45,
"price": 0.335
},
{
"size": 680.7,
"price": 0.33
}
],
"spread": 0.002,
"best_ask": 0.346,
"best_bid": 0.344,
"mid_price": 0.345
},
"outcome_name": "No",
"outcome_slug": "outcome-1"
}
],
"market_metadata": {
"volume_24hr": 847392.58,
"outcome_count": 2,
"total_liquidity": 285640.92
}
}Free Because We Already Collect It
We've been collecting massive datasets for statistical analysis & academic research. We realized the demand from developers to backtest their strategies, much like stocks & equities data that is readily available.
You just tell us what you need. If we don't have it available on-demand, we organize what we have and deliver it with urgency once indexed.