Skip to content
ANY//
//Source · Business Intelligence

Kalshi API — Regulated Prediction Markets, One Token

Kalshi is the first CFTC-regulated prediction exchange in the US — Yes/No contracts on Fed rate decisions, elections, and Bitcoin price levels that settle to $1 or $0. Pull live bid/ask prices, OHLC history, order-book depth, and the trade feed without Kalshi credentials.

Start for free7-day free trial

What You Can Pull From Kalshi

POST /api/kalshi/eventsPrediction-market event by ticker — title, category, lifecycle status, and optionally all nested tradeable contracts
POST /api/kalshi/events/searchSearch events by series ticker and status; returns matching event list with optional nested markets
POST /api/kalshi/marketsTradeable Yes/No contract by ticker — live bid/ask prices, volume, open interest, liquidity, settlement rules
POST /api/kalshi/markets/historyOHLC candlestick price history for a contract over a custom time window (1m, 1h, or 1d candles)
POST /api/kalshi/markets/orderbookCurrent Yes/No order-book snapshot — bid and ask price levels with size
POST /api/kalshi/markets/searchSearch contracts by event, series, status, or close-time window
POST /api/kalshi/markets/tradesPublic trade feed — price, size, taker side, block trade flag
POST /api/kalshi/seriesSeries template by ticker — category, frequency, fee structure, settlement sources
POST /api/kalshi/series/searchList series templates within a category

What Comes Back

{
  "ticker": "KXBTCD-26JUN1604-T74799.99",
  "title": "Bitcoin above $74,799.99?",
  "status": "open",
  "yes_bid": 43,
  "yes_ask": 45,
  "no_bid": 55,
  "no_ask": 57,
  "last_price": 44,
  "volume": 18230,
  "open_interest": 5121,
  "expiration_time": "2026-06-16T04:00:00Z"
}

Start Accessing Kalshi Data

One access token, 9 endpoints, all Kalshi market data — no exchange accounts or API keys to manage.

Common Questions

No. Anysite routes every request through its own infrastructure with a single access-token header — your Anysite key is all you need. You don’t create a Kalshi account or manage Kalshi credentials.