Skip to content

bullpen polymarket smart-alerts

Last updated: February 26, 2026

Manage smart alert preferences

Usage

bullpen polymarket smart-alerts [OPTIONS]

Live Help

Manage smart alert preferences

Usage: bullpen polymarket smart-alerts [OPTIONS]

Options:
      --output <OUTPUT>            [possible values: table, json]
      --set                        Update settings
      --categories <CATEGORIES>    Preferred categories (comma-separated)
      --env <ENV>                  [possible values: staging, production]
      --config <CONFIG>            
      --smart-money <SMART_MONEY>  Enable/disable smart money alerts [possible values: true, false]
      --new-wallet <NEW_WALLET>    Enable/disable new wallet alerts [possible values: true, false]
      --top-traders <TOP_TRADERS>  Enable/disable top traders alerts [possible values: true, false]
  -h, --help                       Print help

Example Commands

bullpen polymarket smart-alerts [OPTIONS]
bullpen polymarket smart-alerts --help
bullpen polymarket smart-alerts --output json

Example Data

Representative JSON shape for automation and integrations:

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