Skip to main content
The polymarket_polygon.market_details table contains enriched market metadata for Polymarket prediction markets, combining on-chain data with market metadata from the Polymarket API. Grain: one row per outcome token (token_id) — two rows per market. Combos (multi-leg parlays) have their own dimension table, combo_details, at the same grain.
Resolution is positional, not label-based. Read the winning side and per-share payout off outcome_index and settlement_value rather than string-matching token_outcome — a token_outcome = 'Yes' match silently breaks on Up/Down, Over/Under, and team-name markets.

Table Schema

Table sample