Skip to main content
GET
/
api
/
v1
/
tags_by_categories
Get tags organized by series categories
curl --request GET \
  --url https://dev-prediction-markets-api.dflow.net/api/v1/tags_by_categories \
  --header 'x-api-key: <api-key>'
{
  "tagsByCategories": {}
}

Authorizations

x-api-key
string
header
required

API key for authentication. Contact [email protected] to obtain an API key.

Response

Tags by categories

tagsByCategories
object
required