Skip to main content
GET
/
v2
/
polymarket
/
tag
/
{slug}
Get Tag Detail
curl --request GET \
  --url https://api.predexon.com/v2/polymarket/tag/{slug} \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.predexon.com/llms.txt

Use this file to discover all available pages before exploring further.

A single curated tag by slug: metadata (label, image, description) plus its rolled-up volume / open-interest metrics.
For the tag’s events use List Events with ?tag=<slug>. For its child subtags use Get Tag Subtags.

Authorizations

x-api-key
string
header
required

Path Parameters

slug
string
required

Response

Successful Response