GET
/
tags
/
slug
/
{slug}
/
related-tags
Get related tags (relationships) by tag slug
curl --request GET \
  --url https://gamma-api.polymarket.com/tags/slug/{slug}/related-tags
[
  {
    "id": "<string>",
    "tagID": 123,
    "relatedTagID": 123,
    "rank": 123
  }
]

Path Parameters

slug
string
required

Query Parameters

omit_empty
boolean
status
enum<string>
Available options:
active,
closed,
all

Response

200 - application/json

Related tag relationships

The response is of type object[].