Skip to content

bullpen polymarket orders

Last updated: February 26, 2026

View open orders, trade history, or cancel orders

Usage

bullpen polymarket orders [OPTIONS]

Live Help

View open orders, trade history, or cancel orders

Usage: bullpen polymarket orders [OPTIONS]

Options:
      --address <ADDRESS>              Wallet address (used with --history)
      --output <OUTPUT>                [possible values: table, json]
      --env <ENV>                      [possible values: staging, production]
      --history                        Show past trade history
      --cancel <CANCEL>                Cancel order(s) by ID; comma-separate multiple IDs for bulk cancel
      --config <CONFIG>                
      --cancel-all                     Cancel ALL open orders
      --cancel-market <CANCEL_MARKET>  Cancel all orders on a specific market (by condition ID)
      --yes                            Skip confirmation prompt
  -h, --help                           Print help

Example Commands

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

Example Data

Representative JSON shape for automation and integrations:

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