Skip to main content
The prediction_markets.trades table is the cross-venue per-fill trade table. Grain: one row per individual fill, including Polymarket Combos (multi-leg parlays; is_parlay = TRUE in the markets dimension). Prices are normalized to P(Yes) in [0, 1] so trades are directly comparable across venues and outcome sides. The taker’s actual fill price is preserved in taker_fill_price.

Table Schema

Table sample

Query performance

block_month is the partition key. Always include a block_month or executed_at filter.

Example query