Skip to main content
The polymarket_polygon.combo_details table is the dimension table for Polymarket Combos (multi-leg parlays): one row per combo outcome token — a YES and a NO row per combo, the same grain as market_details, so any token ID joins either dimension the same way. Left join it onto combo_trades / positions on token_id. The YES token pays out only if every leg wins. Legs are expanded and labeled inline: combo_name / leg_names are generated from the legs’ questions and outcomes and stay NULL unless every leg is labeled. Per share, the YES side pays the product of the legs’ payout fractions and NO pays 1 minus that — so the combo is decided as soon as any leg loses, and NO holders can redeem before the remaining legs resolve.

Table Schema

Table sample

Example query