get_assets
List the user's assets (crypto, stocks, real estate, vehicles, etc.) with quantity, purchase price, latest market valuation, and P&L — the same numbers the app's net-worth page shows. costBasis, pnl, realizedPnl, and avgCostPerUnit are in the user's base currency; costBasis is the blended total cost (per-trade history included) and avgCostPerUnit is costBasis/quantity — use avgCostPerUnit for any 'average cost per share' question, NOT purchasePrice (which is only the fallback for units without recorded trades). purchasePrice and latestValuation.value are per-unit in the asset's own currency. All monetary fields are in major units. pnl is null only when no market price/valuation or exchange rate is available for the asset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by asset type. Omit to return all. |