Get Kalshi Markets
Markets fetches prediction market data from Kalshi with optional filtering by market ticker, event ticker, status, and minimum volume. Returns markets with details including pricing, volume, and status information. Supports keyword search across market titles and descriptions. Best for: Discovering Kalshi prediction markets, filtering by ticker or status, searching for specific events, tracking market volume and outcomes. Endpoint:Documentation Index
Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /kalshi/markets
markets array containing market objects with fields such as event ticker, market ticker, title, start/end times, status, last price, volume, 24-hour volume, and result. A pagination object with has_more and pagination_key fields supports cursor-based pagination through large result sets.Your AIsa API key as a Bearer token.
Filter markets by market ticker(s). Can provide multiple values.
["KXMAYORNYCPARTY-25-D"]Filter markets by event ticker(s). Can provide multiple values.
["KXMAYORNYCPARTY-25"]Search markets by keywords in title and description. Must be URL encoded (e.g., 'bitcoin%20price' for 'bitcoin price').
"bitcoin"
Filter markets by status (whether they're open or closed)
open, closed "open"
Filter markets with total trading volume greater than or equal to this amount (in dollars)
10000000
Number of markets to return (1-100). Default: 10.
1 <= x <= 10020
Base64-encoded cursor for efficient pagination. Returned in the previous response's pagination object.
"eyJvcGVuX3RpbWUiOiIyMDI1LTAxLTE5VDEyOjAwOjAwLjAwMFoiLCJtYXJrZXRfdGlja2VyIjoiS1hNQVlPUk5ZQ1BBUlRZLTI1LUQiLCJ0b3RhbCI6MTUwfQ=="