Skip to content

bullpen polymarket comment-alert

Last updated: February 26, 2026

Manage comment alert settings

Usage

bullpen polymarket comment-alert [OPTIONS]

Live Help

Manage comment alert settings

Usage: bullpen polymarket comment-alert [OPTIONS]

Options:
      --output <OUTPUT>                          [possible values: table, json]
      --set                                      Create or update the alert
      --delete                                   Delete the alert
      --env <ENV>                                [possible values: staging, production]
      --config <CONFIG>                          
      --min-pnl <MIN_PNL>                        Minimum lifetime PnL
      --min-volume <MIN_VOLUME>                  Minimum lifetime volume
      --min-predictions <MIN_PREDICTIONS>        Minimum prediction count
      --min-position-value <MIN_POSITION_VALUE>  Minimum position value
      --min-position-size <MIN_POSITION_SIZE>    Minimum position size
      --category <CATEGORY>                      Filter by category
      --following-only                           Only following
      --exclude-categories <EXCLUDE_CATEGORIES>  Exclude categories (comma-separated)
  -h, --help                                     Print help

Example Commands

bullpen polymarket comment-alert [OPTIONS]
bullpen polymarket comment-alert --help
bullpen polymarket comment-alert --output json

Example Data

Representative JSON shape for automation and integrations:

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