common.predictions.kalshi_series table is one row per Kalshi series ticker. It carries the current fee schedule parameters from the series API plus title, category, and tags.
Use this table to filter markets and trades by series tags, or to look up the current taker fee multiplier for a series. Historical fee rates in force on a given trade date live on kalshi_trades_enriched and kalshi_series_fee_changes, not here.
Kalshi’s published trade-fee schedule is taker
M_taker × 0.07 × C × P × (1 − P) and maker M_maker × 0.0175 × C × P × (1 − P), with each side rounded up to the next $0.0001. fee_multiplier here is the current M_taker. Per-trade fees using the schedule in force on trade_date are on Trades Enriched.Table Columns
Unique Key:ticker