Skip to content

bullpen polymarket sell

Last updated: February 26, 2026

Sell shares on a prediction market outcome

Usage

bullpen polymarket sell [OPTIONS] <MARKET_SLUG> <OUTCOME> <SHARES>

Live Help

Sell shares on a prediction market outcome

Usage: bullpen polymarket sell [OPTIONS] <MARKET_SLUG> <OUTCOME> <SHARES>

Arguments:
  <MARKET_SLUG>  Market slug
  <OUTCOME>      Outcome name
  <SHARES>       Number of shares to sell

Options:
      --output <OUTPUT>  [possible values: table, json]
      --yes              Skip confirmation
      --env <ENV>        [possible values: staging, production]
      --preview          Show order preview without executing
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

bullpen polymarket sell [OPTIONS] <MARKET_SLUG> <OUTCOME> <SHARES>
bullpen polymarket sell --help
bullpen polymarket sell --output json

Example Data

Representative JSON shape for automation and integrations:

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