Skip to content

bullpen polymarket clob update-balance

Last updated: February 26, 2026

Refresh on-chain USDC balance and allowance in the CLOB (authenticated)

Usage

bullpen polymarket clob update-balance [OPTIONS]

Live Help

Refresh on-chain USDC balance and allowance in the CLOB (authenticated)

Usage: bullpen polymarket clob update-balance [OPTIONS]

Options:
      --asset-type <ASSET_TYPE>  Asset type: collateral or conditional [default: collateral]
      --output <OUTPUT>          [possible values: table, json]
      --env <ENV>                [possible values: staging, production]
      --token-id <TOKEN_ID>      Token ID (required for conditional asset type)
      --config <CONFIG>          
  -h, --help                     Print help

Example Commands

bullpen polymarket clob update-balance [OPTIONS]
bullpen polymarket clob update-balance --help
bullpen polymarket clob update-balance --output json

Example Data

Representative JSON shape for automation and integrations:

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