Skip to main content

Documentation Index

Fetch the complete documentation index at: https://polynode.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Returns all market tag categories ranked by market count.

Request

GET /v3/tags

Query parameters

ParameterTypeDefaultDescription
limitinteger100Max 1000
offsetinteger0Pagination offset

Example

curl https://api.polynode.dev/v3/tags?limit=3
{
  "tags": [
    { "tag": "sports", "market_count": 544398 },
    { "tag": "games", "market_count": 505513 },
    { "tag": "hide-from-new", "market_count": 436579 }
  ],
  "rows_returned": 3,
  "has_more": true,
  "elapsed_ms": 759
}

Response fields

FieldTypeDescription
tagstringTag slug
market_countintegerNumber of markets with this tag