Get live data from Kalshi
curl --request GET \
--url https://dev-prediction-markets-api.dflow.net/api/v1/live_data \
--header 'x-api-key: <api-key>'{
"code": "<string>",
"msg": "<string>"
}Live Data
Get Live Data
API reference for GET /api/v1/live_data
GET
/
api
/
v1
/
live_data
Get live data from Kalshi
curl --request GET \
--url https://dev-prediction-markets-api.dflow.net/api/v1/live_data \
--header 'x-api-key: <api-key>'{
"code": "<string>",
"msg": "<string>"
}Authorizations
API key for authentication. Contact hello@dflow.net to obtain an API key.
Query Parameters
Array of milestone IDs (max 100)
Response
Live data retrieved successfully
⌘I