Event categories
Use the feed catalog endpoint to get the full list of available events and their channel names.
Use cases
Arbitrage. See cross-venue price divergence in real-time. Each message includesvenue_id with the venue-specific identifiers (Kalshi market ticker, Polymarket condition/token IDs) needed to execute immediately.
Signal generation. The dist channel computes a liquidity-weighted cross-venue probability on every book update — a better signal than either venue alone.
Macro monitoring. One WebSocket covers FOMC, CPI, NFP, GDP, unemployment, and rate expectations. Subscribe to dist:* events and build a real-time macro probability surface.
Trading agents. Normalized schema means your agent code is venue-agnostic. Parse once, trade anywhere.