Request
Query parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 100 | Max 300 |
offset | integer | 0 | Pagination offset |
Example
Response fields
| Field | Type | Description |
|---|---|---|
tag | string | Canonical tag label as stored in the database. Title Case, spaces preserved (e.g. "US Election", "Trump Presidency"). |
market_count | integer | Number of markets with this tag |
Using tag values in URLs
Thetag value above is the canonical (Title Case) form. When passing a tag in a URL path (e.g. /v3/tags/{slug} or /v3/tags/{slug}/leaderboard), use a lowercase, hyphen-separated form — the API resolves it back to the canonical tag:
| URL form | Resolves to |
|---|---|
sports | Sports |
us-election | US Election |
primary-elections | primary elections |
404 {"error":"tag not found","tag":...}.
