Skip to main content
GET
/
api
/
v1
/
event
/
{event_id}
Get a specific event by ID
curl --request GET \
  --url https://prediction-markets-api.dflow.net/api/v1/event/{event_id}
{
  "competition": "<string>",
  "competitionScope": "<string>",
  "imageUrl": "<string>",
  "liquidity": 1,
  "markets": [
    {
      "accounts": {},
      "canCloseEarly": true,
      "closeTime": 1,
      "earlyCloseCondition": "<string>",
      "eventTicker": "<string>",
      "expirationTime": 1,
      "marketType": "<string>",
      "noAsk": "<string>",
      "noBid": "<string>",
      "noSubTitle": "<string>",
      "openInterest": 1,
      "openTime": 1,
      "result": "<string>",
      "rulesPrimary": "<string>",
      "rulesSecondary": "<string>",
      "status": "<string>",
      "subtitle": "<string>",
      "ticker": "<string>",
      "title": "<string>",
      "volume": 1,
      "yesAsk": "<string>",
      "yesBid": "<string>",
      "yesSubTitle": "<string>"
    }
  ],
  "openInterest": 1,
  "seriesTicker": "<string>",
  "settlementSources": "<any>",
  "strikeDate": 1,
  "strikePeriod": "<string>",
  "subtitle": "<string>",
  "ticker": "<string>",
  "title": "<string>",
  "volume": 1,
  "volume24h": 1
}

Path Parameters

event_id
string
required

Query Parameters

withNestedMarkets
boolean

Response

seriesTicker
string
required
subtitle
string
required
ticker
string
required
title
string
required
competition
string | null
competitionScope
string | null
imageUrl
string | null
liquidity
integer | null
Required range: x >= 0
markets
object[] | null
openInterest
integer | null
Required range: x >= 0
settlementSources
any
strikeDate
integer | null
Required range: x >= 0
strikePeriod
string | null
volume
integer | null
Required range: x >= 0
volume24h
integer | null
Required range: x >= 0