crosschain.predictions.open_interest_daily table provides daily open interest snapshots across Polymarket (Polygon) and Kalshi (API). Categories and statuses are normalized across platforms.
For platform-specific details, see:
Polymarket Open Interest,
Kalshi Open Interest.
Table Columns
| Column Name | Description |
|---|---|
| project | Platform name (polymarket, kalshi). |
| protocol | Protocol name (polymarket, kalshi). |
| chain | Blockchain. polygon for Polymarket, NULL for Kalshi. |
| day | Snapshot date. |
| market_unique_id | Market identifier. |
| event_ticker | Event-level grouping identifier. |
| market_name | Market name. |
| question | The market question text. |
| category | Normalized category in lowercase. Values: politics, crypto, sports, business, technology, international, culture, weather, other. |
| market_status | Normalized market status. Values: active, closed, settled. |
| open_interest | Open interest count. |
| open_interest_usd | Open interest in USD. |
| unique_id | Deterministic unique key. |