Skip to content

bullpen polymarket discover

Last updated: February 26, 2026

Discover prediction markets with various lenses and filters

Usage

bullpen polymarket discover [OPTIONS] [LENS]

Live Help

Discover prediction markets with various lenses and filters

Usage: bullpen polymarket discover [OPTIONS] [LENS]

Arguments:
  [LENS]  Discovery lens: all, sports, crypto, walletscope, eventscope, traders, flow [default: all]

Options:
      --output <OUTPUT>                [possible values: table, json]
      --search <SEARCH>                Search markets by title
      --category <CATEGORY>            Filter by category/tag
      --env <ENV>                      [possible values: staging, production]
      --config <CONFIG>                
      --min-liquidity <MIN_LIQUIDITY>  Minimum liquidity filter
      --min-volume <MIN_VOLUME>        Minimum volume filter
      --min-odds <MIN_ODDS>            Minimum odds percentage (e.g., 50 for 50%)
      --status <STATUS>                Market status: active, closed [default: active]
      --sort <SORT>                    Sort order: volume, volume24h, liquidity, newest, ending-soon
      --limit <LIMIT>                  Number of results to return [default: 20]
      --offset <OFFSET>                Offset for pagination
      --address <ADDRESS>              Wallet address (required for walletscope/flow lens)
  -h, --help                           Print help

Example Commands

bullpen polymarket discover [OPTIONS] [LENS]
bullpen polymarket discover --help
bullpen polymarket discover --output json

Example Data

Representative JSON shape for automation and integrations:

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