GET
/
tags
List tags
curl --request GET \
  --url https://gamma-api.polymarket.com/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
  }
]

Query Parameters

limit
integer
Required range: x >= 0
offset
integer
Required range: x >= 0
order
string

Comma-separated list of fields to order by

ascending
boolean
include_template
boolean

Response

200 - application/json

List of tags

The response is of type object[].