portfolio_get_valuation
Calculate total crypto portfolio value across Wallet, Trading, Earn, and Loans, converted to your fiat currency with current prices. Includes asset breakdowns and dust filtering.
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 |
|---|---|---|---|
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. | |
| fiat_symbol | No | Deprecated alias of quote_symbol. Prefer quote_symbol. | |
| quote_symbol | No | Fiat quote symbol (e.g., EUR, USD). Alias: fiat_symbol. | |
| force_refresh | No | Bypass the materialized portfolio cache and force a fresh aggregation. Defaults to false. |