kalshi_markets
Retrieve normalized Kalshi market rows via public JSON, filtering by status (unopened, open, closed, settled), ticker, event, series, and pagination.
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 |
|---|---|---|---|
| cursor | No | Pagination cursor from a previous Kalshi response | |
| event_ticker | No | Kalshi event ticker filter | |
| limit | No | Rows to return, default 25, max 200 | |
| series_ticker | No | Kalshi series ticker filter | |
| status | No | Market status filter | |
| ticker | No | Kalshi market ticker filter |