cURL
curl --request GET \ --url https://api.example.com/kalshi/markets
{ "markets": [ { "ticker": "<string>", "series_ticker": "<string>", "event_ticker": "<string>", "title": "<string>", "subtitle": "<string>", "category": "<string>", "status": "initialized", "open_time": "<string>", "close_time": "<string>", "expiration_time": "<string>", "yes_bid": 123, "yes_ask": 123, "no_bid": 123, "no_ask": 123, "last_price": 123, "volume": 123, "volume_24h": 123, "liquidity": 123, "open_interest": 123 } ], "cursor": "<string>" }
Filter by series ticker (e.g., KXPREZ)
"KXPREZ"
Filter by event ticker
"KXPREZ-2025"
Filter by market status
active
closed
settled
"active"
Number of markets to return (max 200)
"20"
Successfully retrieved markets
Show child attributes