Skip to main content
The common.perpetuals.kalshi_orderbook table provides high-freshness orderbook snapshots for Kalshi perpetual markets. Each row captures the full bid and ask ladders for a market at a point in time. Use this table for liquidity analysis, spread monitoring, and market-depth assessment.

Table Columns

Data Notes:
  • One row per market per snapshot (snapshot_ts).
  • bids and asks are arrays of [price, quantity] levels, with prices per contract in US dollars.
  • underlying_bids and underlying_asks are the same ladders with prices converted to the underlying asset (price / contract_size); quantities are unchanged.
Unique Key: unique_key

Sample Query