Top of book
Best bid and best ask are enough for spread, mid-price and basic execution studies.
Polymarket historical order book data
For execution and microstructure research, best bid / ask alone can hide the depth behind the spread. BTC5m Data preserves Full-L2 snapshots and flattened levels alongside simpler quote series and quality metadata.
L1 vs L2
Best bid and best ask are enough for spread, mid-price and basic execution studies.
Use depth when you need resting liquidity, book imbalance, sweeps, refill behavior or price impact.
Keep external reference-price ticks aligned with the market window for cross-market research.
Replayable structure
Each L2 snapshot has an identifier, outcome token, timestamps and expected bid/ask level counts. The flattened level table references that snapshot, so validation can verify that the number of levels written matches the snapshot metadata.
This is more useful for reproducible research than a visual book screenshot or a few sampled prices.
What “historical” should include
Looking for a specific market period?
We use real requests to decide which periods and fields deserve packaging next.