Skip to content

bullpen polymarket limit-sell

Last updated: February 26, 2026

Place a limit sell order on a prediction market outcome

Usage

bullpen polymarket limit-sell [OPTIONS] --price <PRICE> --shares <SHARES> <MARKET_SLUG> <OUTCOME>

Live Help

Place a limit sell order on a prediction market outcome

Usage: bullpen polymarket limit-sell [OPTIONS] --price <PRICE> --shares <SHARES> <MARKET_SLUG> <OUTCOME>

Arguments:
  <MARKET_SLUG>
          Market slug

  <OUTCOME>
          Outcome name

Options:
      --output <OUTPUT>
          [possible values: table, json]

      --price <PRICE>
          Limit price (0.01-0.99, e.g., 0.65 for 65 cents)

      --env <ENV>
          [possible values: staging, production]

      --shares <SHARES>
          Number of shares

      --config <CONFIG>


      --expiration <EXPIRATION>
          Order time-in-force: gtc (Good-Til-Cancelled, default), gtd (Good-Til-Date), fok (Fill-Or-Kill), or fak (Fill-And-Kill)

          Possible values:
          - gtc: Good-Til-Cancelled: rests on the book until explicitly cancelled
          - fok: Fill-Or-Kill: must fill entirely immediately, otherwise cancelled
          - gtd: Good-Til-Date: rests on the book until the specified date
          - fak: Fill-And-Kill: fills as much as possible immediately, rest cancelled

          [default: gtc]

      --post-only
          Post-only mode: reject the order if it would fill immediately

      --yes
          Skip confirmation

      --preview
          Show order preview without executing

  -h, --help
          Print help (see a summary with '-h')

Example Commands

bullpen polymarket limit-sell [OPTIONS] --price <PRICE> --shares <SHARES> <MARKET_SLUG> <OUTCOME>
bullpen polymarket limit-sell --help
bullpen polymarket limit-sell --output json

Example Data

Representative JSON shape for automation and integrations:

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