Skip to content

bullpen portfolio

Last updated: February 26, 2026

View portfolio balances, overview, and P&L across all chains

Usage

bullpen portfolio [OPTIONS] <COMMAND>

Subcommands

Subcommand Description
overview Show portfolio value summary across all chains
balances Show token balances by chain (Solana, Hyperliquid, Polymarket)
pnl Show realized and unrealized profit & loss

Live Help

View portfolio balances, overview, and P&L across all chains

Usage: bullpen portfolio [OPTIONS] <COMMAND>

Commands:
  overview  Show portfolio value summary across all chains
  balances  Show token balances by chain (Solana, Hyperliquid, Polymarket)
  pnl       Show realized and unrealized profit & loss
  help      Print this message or the help of the given subcommand(s)

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

Example Commands

bullpen portfolio [OPTIONS] <COMMAND>
bullpen portfolio --help
bullpen portfolio --output json

Example Data

Representative JSON shape for automation and integrations:

{
  "command": "bullpen portfolio",
  "type": "command_group",
  "subcommands": [ "overview", "balances", "pnl" ],
  "last_updated": "2026-02-26"
}