portfolio_get_valuation
Aggregates assets from Wallet, Pro Trading, Earn, and Loans, converts to a chosen fiat currency, and returns total portfolio value with per-asset breakdown.
Instructions
Calculates the total portfolio value by aggregating all assets across Wallet, Pro Trading, Earn/Staking, and Loans. Converts all holdings to the specified fiat symbol (default: EUR) using current market prices. Returns total value, breakdown by asset, and individual asset valuations. Filters out dust amounts below minimum threshold. [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fiat_symbol | No | Base fiat symbol (e.g., EUR, USD) | |
| force_refresh | No | Bypass the materialized portfolio cache and force a fresh aggregation. Defaults to false. | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |