Get a specific event by ID
curl --request GET \
--url https://dev-prediction-markets-api.dflow.net/api/v1/event/{event_id} \
--header 'x-api-key: <api-key>'{
"seriesTicker": "<string>",
"subtitle": "<string>",
"ticker": "<string>",
"title": "<string>",
"competition": "<string>",
"competitionScope": "<string>",
"imageUrl": "<string>",
"liquidity": 1,
"markets": [
{
"accounts": {},
"canCloseEarly": true,
"closeTime": 1,
"eventTicker": "<string>",
"expirationTime": 1,
"fractionalTradingEnabled": true,
"marketType": "<string>",
"noSubTitle": "<string>",
"openInterest": 1,
"openTime": 1,
"result": "<string>",
"rulesPrimary": "<string>",
"status": "<string>",
"subtitle": "<string>",
"ticker": "<string>",
"title": "<string>",
"volume": 1,
"yesSubTitle": "<string>",
"earlyCloseCondition": "<string>",
"noAsk": "<string>",
"noBid": "<string>",
"openInterestFp": "<string>",
"rulesSecondary": "<string>",
"volume24hFp": "<string>",
"volumeFp": "<string>",
"yesAsk": "<string>",
"yesBid": "<string>"
}
],
"openInterest": 1,
"openInterestFp": "<string>",
"settlementSources": [
{
"name": "<string>",
"url": "<string>"
}
],
"strikeDate": 1,
"strikePeriod": "<string>",
"volume": 1,
"volume24h": 1,
"volume24hFp": "<string>",
"volumeFp": "<string>"
}Events
Get Event
API reference for GET /api/v1/event/
GET
/
api
/
v1
/
event
/
{event_id}
Get a specific event by ID
curl --request GET \
--url https://dev-prediction-markets-api.dflow.net/api/v1/event/{event_id} \
--header 'x-api-key: <api-key>'{
"seriesTicker": "<string>",
"subtitle": "<string>",
"ticker": "<string>",
"title": "<string>",
"competition": "<string>",
"competitionScope": "<string>",
"imageUrl": "<string>",
"liquidity": 1,
"markets": [
{
"accounts": {},
"canCloseEarly": true,
"closeTime": 1,
"eventTicker": "<string>",
"expirationTime": 1,
"fractionalTradingEnabled": true,
"marketType": "<string>",
"noSubTitle": "<string>",
"openInterest": 1,
"openTime": 1,
"result": "<string>",
"rulesPrimary": "<string>",
"status": "<string>",
"subtitle": "<string>",
"ticker": "<string>",
"title": "<string>",
"volume": 1,
"yesSubTitle": "<string>",
"earlyCloseCondition": "<string>",
"noAsk": "<string>",
"noBid": "<string>",
"openInterestFp": "<string>",
"rulesSecondary": "<string>",
"volume24hFp": "<string>",
"volumeFp": "<string>",
"yesAsk": "<string>",
"yesBid": "<string>"
}
],
"openInterest": 1,
"openInterestFp": "<string>",
"settlementSources": [
{
"name": "<string>",
"url": "<string>"
}
],
"strikeDate": 1,
"strikePeriod": "<string>",
"volume": 1,
"volume24h": 1,
"volume24hFp": "<string>",
"volumeFp": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://pond.dflow.net/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Contact hello@dflow.net to obtain an API key.
Path Parameters
Event ticker ID
Query Parameters
Include nested markets in response
Response
Single event
Required range:
x >= 0Show child attributes
Show child attributes
Required range:
x >= 0Show child attributes
Show child attributes
Required range:
x >= 0Required range:
x >= 0Required range:
x >= 0⌘I