Skip to main content
The Portfolio page is the one-glance answer to β€œwhat do I hold and how is it doing?” β€” aggregated across every account, exchange, and chain connected to the selected server.
The Portfolio page: stat strip, evolution chart, top holdings, and token table

Reading the page

  • Stat strip β€” total portfolio value with its change over the selected window, plus live counts for Bots, Executors (with week volume), and Agents. Each card is a shortcut into its page.
  • Time range β€” the 1D / 1W / 1M toggle (top right) drives the change figures and the chart. The Keys and Servers buttons jump straight to the matching Settings tabs.
  • Portfolio Evolution β€” your total value over time; the toggle switches between a single line and a stacked per-source view.
  • Top Holdings β€” allocation bars for your largest tokens.
  • Token table β€” every balance, grouped by network or connector (solana-mainnet-beta, ethereum-mainnet, …) with amount, price, value, and allocation. Groups collapse.
Balances come from the Hummingbot API server selected in the top bar β€” switch servers there to see a different account set. If a token or network is missing, check that its credentials or wallet are configured under Settings β†’ Keys and Wallets.

Using Telegram

/portfolio renders the same dashboard as a message: total value with PNL indicators, token holdings with 24h changes, positions, LP positions, and open orders. Buttons drill into each connected connector (one per exchange or network), πŸ”„ Refresh re-pulls live balances, and the settings flow changes the graph period (1d–30d).

Using Hummingbot API

The page renders POST /portfolio/state β€” the same call works directly, and takes account_names / connector_names filters:
POST /portfolio/history and POST /portfolio/distribution back the chart and the allocation views β€” see the API reference.

Learn more