Skip to content

bullpen polymarket preflight

Last updated: February 26, 2026

Run pre-trade safety checks (server time, account status, balance, approvals)

Usage

bullpen polymarket preflight [OPTIONS]

Live Help

Run pre-trade safety checks (server time, account status, balance, approvals)

Usage: bullpen polymarket preflight [OPTIONS]

Options:
      --output <OUTPUT>  [possible values: table, json]
      --env <ENV>        [possible values: staging, production]
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

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

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen polymarket preflight --output json",
  "status": "ok",
  "checks": [
    { "name": "connectivity", "status": "pass" },
    { "name": "auth", "status": "pass" }
  ],
  "last_updated": "2026-02-26"
}