kalshi_markets
Fetch normalized Kalshi market data from public JSON. Filter by status, ticker, event, or series to get specific market rows.
Instructions
Kalshi markets. Returns normalized Kalshi market rows from credential-free public market-data JSON. The status enum accepts unopened, open, closed, and settled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Rows to return, default 25, max 200 | |
| cursor | No | Pagination cursor from a previous Kalshi response | |
| status | No | Market status filter | |
| ticker | No | Kalshi market ticker filter | |
| event_ticker | No | Kalshi event ticker filter | |
| series_ticker | No | Kalshi series ticker filter |