TheDocumentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
crosschain.predictions.metrics_daily table provides daily metrics across Polymarket, Polymarket US, Kalshi, Gemini, and Jupiter prediction markets at (day, project, category) granularity. Active users are NULL for Kalshi, Gemini, and Polymarket US (off-chain, no on-chain addresses). Open interest is NULL for Jupiter and Gemini.
Table Columns
| Column Name | Description |
|---|---|
| project | Platform name (polymarket, kalshi, jupiter, polymarket_us, gemini). |
| protocol | Protocol name (polymarket, kalshi, jupiter, polymarket_us, gemini). |
| chain | Blockchain. polygon for Polymarket, solana for Jupiter, NULL for Kalshi, Polymarket US, and Gemini. |
| day | The date for these metrics. |
| category | Normalized category in lowercase. Values: politics, crypto, sports, business, technology, international, culture, weather, other. |
| trading_volume_usd | Total USD trading volume for the day. |
| notional_volume | Total contract or share count traded for the day (sum of num_shares). |
| trade_count | Number of trades executed. |
| avg_trade_size_usd | Average trade size in USD. |
| total_fee_usd | NET fees collected in USD (gross charged minus on-chain rebate). NULL for Kalshi and Gemini. |
| gross_fee_usd | Pre-rebate fees charged to takers. For Polymarket V1, populated from on-chain FeeCharged events. Equals total_fee_usd for Polymarket US, Jupiter, and DFlow (no on-chain rebate). NULL for Kalshi and Gemini. |
| rebate_fee_usd | Maker rebates paid back on-chain (Polymarket V1 only). V2 Polymarket batches rebates off-event (not captured here). NULL for Polymarket US, Jupiter, DFlow, Kalshi, and Gemini. |
| markets_traded | Count of distinct events/questions with at least one trade on this day. |
| median_trade_size_usd | Median trade size in USD. |
| active_users | Count of distinct on-chain addresses that participated. NULL for Kalshi, Gemini, and Polymarket US. |
| total_open_interest_usd | Aggregate open interest in USD. NULL for Jupiter and Gemini. |
| markets_with_oi | Count of distinct events/questions with non-zero open interest on this day. |
| cumulative_trading_volume_usd | Cumulative trading volume in USD. |
| cumulative_notional_volume | Cumulative notional volume. |
| cumulative_trade_count | Cumulative trade count. |
| cumulative_total_fee_usd | Cumulative NET fees in USD. |
| cumulative_gross_fee_usd | Cumulative gross (pre-rebate) fees in USD. |
| cumulative_rebate_fee_usd | Cumulative maker rebates in USD. |
| unique_id | Deterministic unique key. |