Skip to content

bullpen portfolio balances

Last updated: February 26, 2026

Show token balances by chain (Solana, Hyperliquid, Polymarket)

Usage

bullpen portfolio balances [OPTIONS]

Live Help

Show token balances by chain (Solana, Hyperliquid, Polymarket)

Usage: bullpen portfolio balances [OPTIONS]

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

Example Commands

bullpen portfolio balances [OPTIONS]
bullpen portfolio balances --help
bullpen portfolio balances --output json

Example Data

Representative JSON shape for automation and integrations:

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