Skip to content

bullpen polymarket bridge

Last updated: February 26, 2026

Bridge utilities: supported assets and deposit transaction status

Usage

bullpen polymarket bridge [OPTIONS]

Live Help

Bridge utilities: supported assets and deposit transaction status

Usage: bullpen polymarket bridge [OPTIONS]

Options:
      --output <OUTPUT>  [possible values: table, json]
      --supported        List supported chains and tokens
      --env <ENV>        [possible values: staging, production]
      --status <STATUS>  Check status of all deposits for a deposit address (EVM, Solana, or Bitcoin)
      --config <CONFIG>  
  -h, --help             Print help

Example Commands

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

Example Data

Representative JSON shape for automation and integrations:

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