Wallet Holdings
wallet_holdingsGet a wallet's tokenized equity holdings by address, showing symbol, name, token value, estimated USD position, and portfolio total from cached quotes, with a note when prices are missing.
Instructions
Which tokenized equities (out of the assets() universe) a wallet holds, from the explorer's address token-balances. The universe join is case-insensitive on the contract address; rows: symbol, name, value (float token units, raw/1e18). est_position_usd and portfolio_usd_total are computed ONLY from quotes already in the price cache (no quote fan-out); when quotes are missing or stale a note says so instead of faking numbers. Results cached 120s. Example: wallet_holdings( address="0x8366a39CC670B4001A1121B8F6A443A643e40951")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||