GET
/
markets
/
{id}
/
tags
Get market tags by id
curl --request GET \
  --url https://gamma-api.polymarket.com/markets/{id}/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

Response

Tags attached to the market

id
string
label
string | null
slug
string | null
forceShow
boolean | null
publishedAt
string | null
createdBy
integer | null
updatedBy
integer | null
createdAt
string<date-time> | null
updatedAt
string<date-time> | null
forceHide
boolean | null