cURL
curl --request GET \ --url https://prediction-markets-api.dflow.net/api/v1/series/{series_ticker} \ --header 'x-api-key: <api-key>'
{ "additionalProhibitions": [ "<string>" ], "category": "<string>", "contractTermsUrl": "<string>", "contractUrl": "<string>", "feeMultiplier": 123, "feeType": "<string>", "frequency": "<string>", "productMetadata": "<unknown>", "settlementSources": [ { "name": "<string>", "url": "<string>" } ], "tags": [ "<string>" ], "ticker": "<string>", "title": "<string>" }
Returns a single series by its ticker.
API key for authentication. Contact [email protected] to obtain an API key.
Series ticker
Single series
Show child attributes