Get a specific series by ticker
curl --request GET \
--url https://dev-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>"
}Series
Get Series by Ticker
API reference for GET /api/v1/series/
GET
/
api
/
v1
/
series
/
{series_ticker}
Get a specific series by ticker
curl --request GET \
--url https://dev-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>"
}Documentation Index
Fetch the complete documentation index at: https://pond.dflow.net/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Contact hello@dflow.net to obtain an API key.
Path Parameters
Series ticker
Response
Single series
Show child attributes
Show child attributes
⌘I