GET
/
tags
/
{id}
/
related-tags
/
tags
Get tags related to a tag id
curl --request GET \
  --url https://gamma-api.polymarket.com/tags/{id}/related-tags/tags
[
  {
    "id": "<string>",
    "label": "<string>",
    "slug": "<string>",
    "forceShow": true,
    "publishedAt": "<string>",
    "createdBy": 123,
    "updatedBy": 123,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "forceHide": true,
    "isCarousel": true
  }
]

Path Parameters

id
integer
required

Query Parameters

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

Response

200 - application/json

Related tags

The response is of type object[].