Live Data API
Access real-time milestone and progress data
Live Data API
The Live Data API provides access to real-time milestone and progress data for prediction markets. These endpoints relay data directly from the Kalshi API.
Access
Methods
get_live_data
Get live data for specific milestones.
Parameters
| Parameter | Type | Description |
|---|---|---|
milestone_ids | list[str] | Array of milestone identifiers (max 100) |
Example
get_live_data_by_event
Get live data for an event by ticker.
Parameters
| Parameter | Type | Description |
|---|---|---|
event_ticker | str | The event ticker |
minimum_start_date | str | None | Minimum start date (RFC3339 format) |
category | str | None | Filter by milestone category |
competition | str | None | Filter by competition |
source_id | str | None | Filter by source ID |
type | str | None | Filter by milestone type |
Example
get_live_data_by_mint
Get live data for a market by mint address.