Skip to content

bullpen polymarket positions

Last updated: February 26, 2026

View prediction market positions and P&L

Usage

bullpen polymarket positions [OPTIONS]

Live Help

View prediction market positions and P&L

Usage: bullpen polymarket positions [OPTIONS]

Options:
      --address <ADDRESS>  Wallet address (defaults to your own Polymarket address)
      --output <OUTPUT>    [possible values: table, json]
      --closed             Show closed positions instead of active
      --env <ENV>          [possible values: staging, production]
      --config <CONFIG>    
      --redeemable         Show only redeemable positions
  -h, --help               Print help

Example Commands

bullpen polymarket positions [OPTIONS]
bullpen polymarket positions --help
bullpen polymarket positions --output json

Example Data

Representative JSON shape for automation and integrations:

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