Skip to main content
The polygon.predictions.trades_enriched table is Polymarket trade fills with market question, category, and resolution context on each row. Combos (v3) fills are included: market_name and parlay_description describe the parlay; question and related market fields are null on those rows.

Table Details

side and side_name are the maker’s resting order, not whether the fill was a sale. BUY means the maker posted a bid. SELL means the maker posted an ask. Each fill has two parties; taker is the other party. These fields are null on FPMM rows, which have no maker.
On Combos rows (contract_version = 'v3'), question, neg_risk, token_outcome, and resolution_outcome are null. Use market_name and parlay_description for combo context. Pair condition_id with combo_legs.combo_condition_id. Pair combo_legs.market_token_id with markets.token_id. Combos asset_id is not markets.token_id.

Table Columns

_str columns are numeric fields cast to varchar to retain precision.

Sample Query

Analyze trading volume by market category: