Get Portfolio Summary
obyte_get_portfolio_summarySummarize balances for up to 20 Obyte addresses into per-asset totals with display values ready for user-facing explanations.
Instructions
Recommended tool for summarizing balances for up to 20 addresses. Returns raw balances plus totals_by_asset with symbols, decimals, and display totals already divided by 10^decimals (resolve_symbols controls registry lookups). Use for user-facing balance explanations rather than raw get_balances.
Network: this server serves both Obyte networks at once. Pass "network":"mainnet" or "network":"testnet" to choose; when omitted it defaults to mainnet. If the user has not made the network explicit, confirm which network they mean before calling.
Amounts: raw ledger amounts in this output are integers in the asset's smallest units (base is GBYTE with 9 decimals). Never show raw integers to users: prefer display_total fields when present, otherwise resolve decimals with obyte_resolve_asset or obyte_get_decimals_by_symbol_or_asset and divide by 10^decimals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | ||
| addresses | Yes | ||
| resolve_symbols | No | ||
| token_registry_address | No |