kalshi_markets
Search prediction markets using event or series tickers and status filters, with cursor pagination to retrieve current quotes.
Instructions
Prediction-market catalogue with current quotes — filter by event/series ticker or status. Paginated by cursor.
Returns: {cursor, markets:[{ticker, event_ticker, market_type, title, status, yes_bid_dollars, yes_ask_dollars, no_bid_dollars, no_ask_dollars, last_price_dollars, volume_fp, volume_24h_fp, open_interest_fp, liquidity_dollars, open_time, close_time, expiration_time, rules_primary}]}
Example: First page of open markets {"limit": 5, "status": "open"}
Auth: none needed.
Also answers this: polymarket_markets, polymarket_clob_markets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size (1-1000). | |
| cursor | No | Pagination cursor from the previous page. | |
| status | No | Comma-separated: unopened, open, closed, settled. | |
| tickers | No | Specific market ticker(s). | |
| event_ticker | No | Filter to one event's markets. | |
| series_ticker | No | Filter to one series' markets. |