Kalshi data

    Kalshi data API — markets, trades & orderbook history

    Predexon captures the Kalshi market record from our own always-on infrastructure: event contracts, trades, prices, and every orderbook update, stored tick by tick and normalized into the same schema as Polymarket and other venues.

    That means one integration gives you regulated US event contracts alongside crypto-native venues — query markets, trades, and orderbooks over REST, and download tick-level orderbook history as Parquet.

    Tick-level
    orderbook capture
    Full
    market catalog & trades
    1 schema
    normalized with Polymarket
    T-1
    tick history, finalized daily

    What you can query

    Events & markets

    Full Kalshi catalog with series, status, and settlement data

    Trades

    Execution history per market

    Prices

    Yes/no prices and candlesticks per market

    Orderbooks

    Current book snapshots over REST

    Orderbook history

    Tick-level book replay, downloadable as Parquet

    Cross-venue

    Same schema as Polymarket — compare markets across venues

    Query Kalshi markets
    curl "https://api.predexon.com/v2/kalshi/markets?search=cpi&status=open" \
      -H "x-api-key: <your-api-key>"
    
    # Trades for a market
    curl "https://api.predexon.com/v2/kalshi/trades?market_ticker=<market-ticker>" \
      -H "x-api-key: <your-api-key>"
    
    # Quote an orderbook-history slice — free
    curl "https://api.predexon.com/v2/data/ticks/quote?venue=kalshi" \
      -H "x-api-key: <your-api-key>"

    Coverage & delivery

    Source
    Captured from our own infrastructure
    Markets
    Complete Kalshi catalog
    Tick history
    Since January 2026 — finalized daily
    Orderbooks
    Tick-level, downloadable as Parquet
    Schema
    Normalized with Polymarket
    Access
    REST + Parquet, one API key

    Frequently asked questions

    How do I get Kalshi data via API?

    Sign up at dashboard.predexon.com for an API key, then query REST endpoints for Kalshi events, markets, trades, prices, and orderbook snapshots. A free tier is available with no credit card.

    Does Predexon have Kalshi historical orderbook data?

    Yes — Predexon has recorded the Kalshi orderbook tick by tick since January 2026, capturing every placement, update, cancel, and fill. Slices are downloadable as compressed Parquet, finalized daily through the previous day.

    Can I compare Kalshi and Polymarket markets programmatically?

    Yes. All venues share one normalized schema, so cross-venue queries — matching markets, comparing prices, spotting divergences — work out of the box without per-venue mapping code.

    Does Predexon have real-time Kalshi data?

    Kalshi coverage is REST-based today: current markets, prices, trades, and orderbook snapshots on demand, plus tick-level history finalized daily. The real-time WebSocket currently streams Polymarket.

    Start building today

    Tick-level orderbook history, the fastest WebSocket, and blockchain-indexed analytics for every major prediction market — through one clean, predictable API.