Skip to main content
GET
/
live_data
/
batch
Get Multiple Live Data
curl --request GET \
  --url https://api.elections.kalshi.com/trade-api/v2/live_data/batch
{
  "live_datas": [
    {
      "type": "<string>",
      "details": {},
      "milestone_id": "<string>"
    }
  ]
}

Query Parameters

milestone_ids
string[]
required

Array of milestone IDs

Maximum array length: 100
include_player_stats
boolean
default:false

When true, includes player-level statistics in the live data response. Supported for Pro Football, Pro Basketball, and College Men's Basketball milestones that have player ID mappings configured. Has no effect for other sports or milestones without player mappings.

Response

Live data retrieved successfully

live_datas
object[]
required