Skip to main content
GET
List available tags

Authorizations

X-API-Key
string
header
required

Create an API key in the PolymarketData dashboard and send it in the X-API-Key request header.

Example: X-API-Key: pk_live_your_key_here

Response

All unique tags sorted alphabetically.

Response for GET /tags.

Returns all unique event tags available for discovery filtering. Tags are normalized to lowercase and sorted alphabetically.

count
integer
required

Number of unique tags.

Required range: x >= 0
data
string[]
required

Sorted list of unique tag strings.