Tables
Related Tables
curated.ethereum_staking_dailycurated.ethereum_tvl_dailycurated.kalshi_market_detailscurated.polymarket_market_detailscurated.polymarket_open_interest_dailycurated.polymarket_positionscurated.polymarket_tradescurated.polymarket_volume_dailycurated.prediction_markets_daily
Sample Queries
1. Daily volume by platform
2. Daily ETH staked by entity
Table Schemas
curated.polymarket_market_ranking
Pre-computed denormalized market ranking table for Polymarket. One row per condition_id with market metadata (question, status, dates, tags, link), latest volume, OI, and category/subcategory. Rebuilt on each dbt run. Designed for backend ranking queries.
Engine: MergeTree | ORDER BY: condition_id
curated.polymarket_whale_trades
Large Polymarket trades enriched with market metadata, category, wallet age context, and whale tier classification. Includes maker/taker wallet creation date and age in days. Pre-filtered for high-value trades only.
curated.polymarket_hot_markets
Most active Polymarket markets by trading activity in the last 7 days. Pre-computed VIEW with trade count, volume, and unique trader count per condition. Enriched with title, category, and subcategory.
curated.polymarket_leaderboard
All-time Polymarket trader leaderboard with per-address PnL, volume, positions, and win/loss record. Aggregated from user_positions across all markets. Volume is one-sided deduped shares traded. PnL is cost-basis methodology.
curated.polymarket_market_report
Daily per-condition market report for Polymarket with notional volume and open interest. One row per (condition_id, date). The primary building block for aggregated volume/OI views and cross-platform comparison. Uses Paradigm-compatible methodology.
Engine: MergeTree | Partition: toYYYYMM(date) | ORDER BY: date, condition_id
curated.kalshi_market_report
Daily per-market Kalshi report with volume, open interest, and trade counts. Materialized view for efficient querying. The Kalshi analog of polymarket_market_report. Used as the base for categorized reports and cross-platform comparison.
Engine: MergeTree | Partition: toYYYYMM(date) | ORDER BY: date, market_ticker
curated.kalshi_daily_categorized
Daily Kalshi volume and OI pre-aggregated by Paradigm-compatible category taxonomy. One row per (date, category, subcategory). Ready for dashboard consumption without additional aggregation. The Kalshi equivalent of the categorized Polymarket report.
Engine: MergeTree | Partition: toYYYYMM(date) | ORDER BY: date, market_ticker