cURL
curl --request POST \ --url https://prediction-markets-api.dflow.net/api/v1/markets/batch \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "mints": [ "<string>" ], "tickers": [ "<string>" ] } '
{ "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>" } ], "cursor": 1 }
Returns multiple markets by looking up a list of tickers and/or mint addresses. The results are capped at 100 markets maximum.
API key for authentication. Contact [email protected] to obtain an API key.
Multiple markets
Show child attributes
x >= 0