Skip to main content
GET
/
api
/
v1
/
live_data
/
by-event
/
{event_ticker}
Get live data by event ticker
curl --request GET \
  --url https://dev-prediction-markets-api.dflow.net/api/v1/live_data/by-event/{event_ticker} \
  --header 'x-api-key: <api-key>'
{
  "code": "<string>",
  "msg": "<string>"
}
This endpoint passes through live data from the Kalshi API. The JSON response includes a details object on each item whose structure varies by sport or category. See the Live Data Response Details reference for the full field breakdown.

Need Help?

https://mintcdn.com/dflow/a8Yx7HBusmKl4Z7w/images/meteor-icons_discord.svg?fit=max&auto=format&n=a8Yx7HBusmKl4Z7w&q=85&s=0ea834bc8a9fa3fe161ba181329effda

Join Our Discord

Connect with other developers, get help, and stay updated on the latest DFlow developments.
https://mintcdn.com/dflow/a8Yx7HBusmKl4Z7w/images/meteor-icons_telegram.svg?fit=max&auto=format&n=a8Yx7HBusmKl4Z7w&q=85&s=e928c5dd68311ff0d419936a35c86eed

Dev Notifications

Join the DFlow Dev Notifications Telegram group to stay in the loop on new features and other announcements.

Authorizations

x-api-key
string
header
required

API key for authentication. Contact hello@dflow.net to obtain an API key.

Path Parameters

event_ticker
string
required

Event ticker

Query Parameters

minimumStartDate
string

Minimum start date to filter milestones (RFC3339 format)

category
string

Filter by milestone category

competition
string

Filter by competition

sourceId
string

Filter by source ID

type
string

Filter by milestone type (use 'type' as query param name)

Response

Live data retrieved successfully