# Polymarketeer - List Polymarket Tags/Categories

> Polymarketeer - List Polymarket Tags/Categories is a paid API for AI agents from polymarketeer.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Lists all available Polymarket tags and categories, optionally including event counts for each

## Facts

- Endpoint: POST https://polymarketeer.vercel.app/api/x402/polymarket/tags
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/polymarketeer-vercel-app-e289e130
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2E2zwtuEyt46ScNLvFSR5

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability polymarketeer-vercel-app-e289e130 -d '<json body>'
```

Example prompt: Show me all the available tags and categories on Polymarket, including how many events are in each one.

## When to prefer this

Use this endpoint when you need to discover what topic categories or tags exist on Polymarket before filtering or browsing events — ideal for building category pickers, understanding taxonomy, or dynamically constructing event search queries. Prefer this over the event search endpoint when you need the full category list rather than specific events.

## Known failure modes

- Payment failure (insufficient USDC balance) returns 402
- Polymarket API unavailable returns 503 or error object
- Invalid request body format returns 400
- Network timeout if Polymarket upstream is slow

## How this service works

List all available Polymarket tags/categories with optional event counts

## Output

A list of all Polymarket tags/categories, each with a tag name, ID, and optionally the number of active or available events associated with that tag.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "data"
 ],
 "properties": {
  "data": {},
  "error": {
   "type": "string"
  }
 },
 "additionalProperties": false
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/polymarketeer-vercel-app-e289e130/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from polymarketeer.vercel.app](https://www.zero.xyz/host/polymarketeer.vercel.app/llms.txt)
