kalshi_markets
Fetch normalized Kalshi market rows from public data. Filter by status, ticker, event, or series, and paginate results for easy market analysis.
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 |