Skip to content

bullpen polymarket withdraw

Last updated: February 26, 2026

Withdraw funds from Polymarket to an external address

Usage

bullpen polymarket withdraw [OPTIONS] --to <TO> --amount <AMOUNT> --chain <CHAIN>

Live Help

Withdraw funds from Polymarket to an external address

Usage: bullpen polymarket withdraw [OPTIONS] --to <TO> --amount <AMOUNT> --chain <CHAIN>

Options:
      --output <OUTPUT>  [possible values: table, json]
      --to <TO>          Destination address
      --amount <AMOUNT>  Amount to withdraw (e.g. "100.00")
      --env <ENV>        [possible values: staging, production]
      --chain <CHAIN>    Destination chain (ethereum, polygon, arbitrum, base, optimism)
      --config <CONFIG>  
      --yes              Skip confirmation prompt
  -h, --help             Print help

Example Commands

bullpen polymarket withdraw [OPTIONS] --to <TO> --amount <AMOUNT> --chain <CHAIN>
bullpen polymarket withdraw --help
bullpen polymarket withdraw --output json

Example Data

Representative JSON shape for automation and integrations:

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