Skip to main content
GET
List Tags
List curated Polymarket tags with rolled-up volume (total + rolling windows), liquidity, and all-time trade count, ordered by the chosen metric. This drives the tag navigation surface. force_hide tags are excluded unless you pass include_hidden=true.
Per-tag open interest is not exposed — a tag-wide OI sum is unreliable. Rank tags by volume_7d (default) or the other rolling_metrics, total_volume_usd, and liquidity_usd.
To fetch the events under a tag, use List Events with ?tag=<slug>. For a tag’s child subtags, use Get Tag Subtags.

Authorizations

x-api-key
string
header
required

Query Parameters

sort
enum<string>
default:volume_7d

Sort metric (default: volume_7d)

Available options:
volume_7d,
volume_1d,
volume_30d,
volume_all_time,
open_interest,
markets
limit
integer
default:50

Number of tags to return

Required range: 1 <= x <= 200
offset
integer
default:0

Offset for pagination

Required range: x >= 0
include_hidden
boolean
default:false

Include force_hide tags

Response

Successful Response