Skip to content

bullpen polymarket series

Last updated: February 26, 2026

List event series or show series detail

Usage

bullpen polymarket series [OPTIONS] [ID]

Live Help

List event series or show series detail

Usage: bullpen polymarket series [OPTIONS] [ID]

Arguments:
  [ID]  Series ID to show detail

Options:
      --limit <LIMIT>    Maximum number of series to display when listing
      --output <OUTPUT>  [possible values: table, json]
      --env <ENV>        [possible values: staging, production]
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

bullpen polymarket series [OPTIONS] [ID]
bullpen polymarket series --help
bullpen polymarket series --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen polymarket series --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"
}