KLSI
List all KLSI markets
Retrieve a paginated list of all Kalshi markets, ordered by close time (newest first).
Pagination
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:
- klsi_id: Unique Kalshi market identifier
- title: Human-readable market title
- close_time: When the market closes for trading
- closed: Whether the market has already closed
- rules: Resolution criteria
Example
- Request:
GET /api/v1/klsi/markets?limit=10 - Header:
X-API-Key: YOUR_API_KEY
GET
Authorizations
Your API key (get one from the test-key endpoint above)
Query Parameters
Maximum number of markets to return (default: 100, max: 1000)
Required range:
x <= 1000Number of markets to skip for pagination

