KLSI
Get All Markets in KLSI Event
Retrieve all individual markets within a Kalshi event. For example, a Bitcoin price event may contain multiple strike price markets.
What you get
- Array of all markets in the event
- Full market details for each
- Status and pricing info
Use cases
- Display all strike prices for an event
- Build multi-market trading views
- Analyze the full market structure
Example
- Request:
GET /api/v1/klsi/event/KXBTC-25NOV2717/markets - Header:
X-API-Key: YOUR_API_KEY
GET
Authorizations
Your API key (get one from the test-key endpoint above)
Path Parameters
Event ID
Response
200 - application/json
List of markets
Timestamp when this record was ingested
Market resolution result
Unix timestamp of determination
Unix timestamp of settlement
Cross-exchange cluster ID. Use /clusters/{cluster_id} to see all matched markets.

