Retrieve a paginated list of all Kalshi markets, ordered by close time (newest first).
Use limit and offset to paginate through results:
Use the limit and offset query parameters to paginate. Start with offset=0 and increment by your limit value until the response returns an empty list.
Response Fields:
Each market includes:
GET /api/v1/klsi/markets?limit=10X-API-Key: YOUR_API_KEYYour API key (get one from the test-key endpoint above)
Maximum number of markets to return (default: 100, max: 1000)
x <= 1000Number of markets to skip for pagination