cURL
curl --request GET \ --url https://prediction-markets-api.dflow.net/api/v1/market/{market_id} \ --header 'x-api-key: <api-key>'
{ "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>" }
Returns a single market by its ticker.
API key for authentication. Contact [email protected] to obtain an API key.
Market ticker ID
Single market
Show child attributes
x >= 0