Skip to content

bullpen

Last updated: February 26, 2026

Bullpen CLI — trade prediction markets from your terminal

Usage

bullpen [OPTIONS] [COMMAND]

Subcommands

Subcommand Description
auth Authentication: login, logout, and view credential status
config Initialize and manage CLI configuration
portfolio View portfolio balances, overview, and P&L across all chains
polymarket Polymarket prediction market commands: discover, search, trade, and manage positions [aliases: pm]
points Show Bullpen points balance and distribution history
rewards Show and claim available rewards
notifications View and manage account notifications
tracker Track wallets and monitor smart money activity
completion Generate shell completion scripts for bash, zsh, fish, elvish, or PowerShell
shell Launch an interactive REPL shell with readline history
setup Guided first-time setup: configure, authenticate, and approve Polymarket trading
status Show CLI version, environment, account info, and Polymarket platform status
experimental Enable, disable, and list experimental features
upgrade Update the bullpen binary to the latest release from GitHub

Live Help

Bullpen CLI — trade prediction markets from your terminal

Usage: bullpen [OPTIONS] [COMMAND]

Commands:
  auth           Authentication: login, logout, and view credential status
  config         Initialize and manage CLI configuration
  portfolio      View portfolio balances, overview, and P&L across all chains
  polymarket     Polymarket prediction market commands: discover, search, trade, and manage positions [aliases: pm]
  points         Show Bullpen points balance and distribution history
  rewards        Show and claim available rewards
  notifications  View and manage account notifications
  tracker        Track wallets and monitor smart money activity
  completion     Generate shell completion scripts for bash, zsh, fish, elvish, or PowerShell
  shell          Launch an interactive REPL shell with readline history
  setup          Guided first-time setup: configure, authenticate, and approve Polymarket trading
  status         Show CLI version, environment, account info, and Polymarket platform status
  experimental   Enable, disable, and list experimental features
  upgrade        Update the bullpen binary to the latest release from GitHub
  help           Print this message or the help of the given subcommand(s)

Options:
      --output <OUTPUT>  [possible values: table, json]
      --env <ENV>        [possible values: staging, production]
      --config <CONFIG>  
  -h, --help             Print help
  -V, --version          Print version

Example Commands

bullpen [OPTIONS] [COMMAND]
bullpen --help
bullpen --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen",
  "type": "command_group",
  "subcommands": [ "auth", "config", "portfolio", "polymarket", "points", "rewards" ],
  "last_updated": "2026-02-26"
}