Skip to content

bullpen polymarket comments

Last updated: February 26, 2026

View comments on markets, events, series, or users

Usage

bullpen polymarket comments [OPTIONS] [SLUG]

Live Help

View comments on markets, events, series, or users

Usage: bullpen polymarket comments [OPTIONS] [SLUG]

Arguments:
  [SLUG]  Market slug (or event/series slug with --event/--series)

Options:
      --event                                    Treat slug as event
      --output <OUTPUT>                          [possible values: table, json]
      --env <ENV>                                [possible values: staging, production]
      --series                                   Treat slug as series
      --config <CONFIG>                          
      --user <USER>                              Show user's comments by address
      --replies <REPLIES>                        Show replies to a comment by ID
      --filtered                                 Use smart-filtered comment feed
      --page <PAGE>                              Page number [default: 1]
      --limit <LIMIT>                            Results per page [default: 20]
      --min-pnl <MIN_PNL>                        Minimum lifetime PnL
      --min-volume <MIN_VOLUME>                  Minimum lifetime volume
      --min-predictions <MIN_PREDICTIONS>        Minimum prediction count
      --category <CATEGORY>                      Filter by category
      --following-only                           Only show comments from followed users
      --min-position-value <MIN_POSITION_VALUE>  Minimum position value filter
      --exclude-categories <EXCLUDE_CATEGORIES>  Exclude categories (comma-separated)
  -h, --help                                     Print help

Example Commands

bullpen polymarket comments [OPTIONS] [SLUG]
bullpen polymarket comments --help
bullpen polymarket comments --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen polymarket comments --output json",
  "ok": true,
  "data": {
    "example": "This is a representative output shape."
  },
  "last_updated": "2026-02-26"
}