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

Documentation Index

Fetch the complete documentation index at: https://docs.kalshi.com/llms.txt

Use this file to discover all available pages before exploring further.

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