Skip to main content
GET
/
api
/
v1
/
series
Get list of series
curl --request GET \
  --url https://dev-prediction-markets-api.dflow.net/api/v1/series \
  --header 'x-api-key: <api-key>'
{
  "series": [
    {
      "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.

Let’s stay in touch

https://mintcdn.com/dflow/a8Yx7HBusmKl4Z7w/images/meteor-icons_telegram.svg?fit=max&auto=format&n=a8Yx7HBusmKl4Z7w&q=85&s=e928c5dd68311ff0d419936a35c86eed

Dev Notifications

Join the DFlow Dev Notifications Telegram group to stay in the loop on new features and other announcements.

Authorizations

x-api-key
string
header
required

API key for authentication. Contact hello@dflow.net to obtain an API key.

Query Parameters

category
string

Filter series by category (e.g., Politics, Economics, Entertainment)

tags
string

Filter series by tags (comma-separated list)

isInitialized
boolean

Filter series that are initialized (have a corresponding market ledger)

status
string

Filter series by market status. Available options: initialized, active, inactive, closed, determined

Response

List of series

series
object[]
required