Skip to content

bullpen polymarket markets

Last updated: February 26, 2026

List and filter markets

Usage

bullpen polymarket markets [OPTIONS]

Live Help

List and filter markets

Usage: bullpen polymarket markets [OPTIONS]

Options:
      --limit <LIMIT>                  Maximum results (default 20) [default: 20]
      --output <OUTPUT>                [possible values: table, json]
      --env <ENV>                      [possible values: staging, production]
      --offset <OFFSET>                Pagination offset
      --config <CONFIG>                
      --sort <SORT>                    Sort by: volume, liquidity, volume_24hr (alias: volume24h)
      --active                         Only active markets
      --closed                         Only closed markets
      --tag-id <TAG_ID>                Filter by tag ID
      --min-volume <MIN_VOLUME>        Minimum volume
      --min-liquidity <MIN_LIQUIDITY>  Minimum liquidity
  -h, --help                           Print help

Example Commands

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

Example Data

Representative JSON shape for automation and integrations:

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