Skip to content

bullpen tracker follow

Last updated: February 26, 2026

Follow a Polymarket address for trade/comment notifications

Usage

bullpen tracker follow [OPTIONS] <ADDRESS>

Live Help

Follow a Polymarket address for trade/comment notifications

Usage: bullpen tracker follow [OPTIONS] <ADDRESS>

Arguments:
  <ADDRESS>  Address to follow

Options:
      --output <OUTPUT>                        [possible values: table, json]
      --update-filters                         Update filters for an already-followed address
      --env <ENV>                              [possible values: staging, production]
      --notify-comments <NOTIFY_COMMENTS>      Notify on comments [possible values: true, false]
      --config <CONFIG>                        
      --notify-trades <NOTIFY_TRADES>          Notify on trades [possible values: true, false]
      --trade-threshold <TRADE_THRESHOLD>      Trade size threshold in USD
      --markets <MARKETS>                      Specific market slugs (comma-separated)
      --category <CATEGORY>                    Filter by category
      --min-position-size <MIN_POSITION_SIZE>  Minimum position size
      --action <ACTION>                        Trade action: All, Buy, Sell
  -h, --help                                   Print help

Example Commands

bullpen tracker follow [OPTIONS] <ADDRESS>
bullpen tracker follow --help
bullpen tracker follow --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen tracker follow",
  "ok": true,
  "message": "Operation completed",
  "transaction_id": "sample_tx_123",
  "last_updated": "2026-02-26"
}