Skip to content

bullpen polymarket tags

Last updated: February 26, 2026

List market tags/categories

Usage

bullpen polymarket tags [OPTIONS]

Live Help

List market tags/categories

Usage: bullpen polymarket tags [OPTIONS]

Options:
      --output <OUTPUT>    [possible values: table, json]
      --related <RELATED>  Show tags related to this slug
      --env <ENV>          [possible values: staging, production]
      --config <CONFIG>    
  -h, --help               Print help

Example Commands

bullpen polymarket tags [OPTIONS]
bullpen polymarket tags --help
bullpen polymarket tags --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen polymarket tags --output json",
  "count": 2,
  "items": [
    { "id": "item_1", "name": "Sample Item", "status": "active" },
    { "id": "item_2", "name": "Sample Item 2", "status": "active" }
  ],
  "last_updated": "2026-02-26"
}