kalshi Prediction Markets

Run on Machina Coming soon

Kalshi prediction markets — events, series, markets, trades, and candlestick data. Public API, no auth required for reads. US-regulated exchange (CFTC). Covers football (EPL, UCL, La Liga), basketball, baseball, tennis, NFL, hockey event contracts.

Commands

Command Description
get_sports_config Available sport codes and series tickers
get_todays_events Today's events for a sport with nested markets
search_markets Find markets by sport and/or keyword
get_markets Market listing (raw API)
get_event Event details
get_market Market details
get_trades Recent trades
get_market_candlesticks OHLC price history
get_exchange_status
get_exchange_schedule
get_series_list
get_series
get_events
get_market_orderbook
get_sports_filters

Example Prompts

  • What NBA markets are on Kalshi?
  • Show me Leeds vs Man City odds on Kalshi
  • What EPL games are available on Kalshi?
  • Who will win the Champions League?
  • Show me the price history for this NBA game

Quick Start

# CLI
sports-skills kalshi get_sports_config
# Python
from sports_skills import kalshi
kalshi.get_sports_config()