cURL
curl --request GET \ --url https://prediction-markets-api.dflow.net/api/v1/event/{event_id}
{ "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, "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>", "rulesSecondary": "<string>", "yesAsk": "<string>", "yesBid": "<string>" } ], "openInterest": 1, "settlementSources": "<unknown>", "strikeDate": 1, "strikePeriod": "<string>", "volume": 1, "volume24h": 1 }
Returns a single event by its ticker. Can optionally include nested markets.
Event ticker ID
Include nested markets in response
Single event
x >= 0
Show child attributes