Events
Get Event by ID
Retrieve details for a specific event by its unique identifier.
What you get
- Event title and category/subcategory
- Exchange-specific IDs (klsi_id, poly_id)
- Strike date and timing info
- Cross-exchange availability
Use cases
- Look up event metadata
- Get exchange-specific IDs for market queries
- Check if event is available on both exchanges
Example
- Request:
GET /api/v1/events/KXBTC-25NOV2717 - Header:
X-API-Key: YOUR_API_KEY
GET
Authorizations
Your API key (get one from the test-key endpoint above)
Path Parameters
Event ID

