get_portfolio_tokens
Retrieve token balances, prices, and metadata for multiple wallet addresses across various blockchain networks, enabling detailed portfolio analysis for DeFi trading strategies.
Instructions
Get tokens with balances, prices, and metadata for multiple wallet addresses
Input Schema
Name | Required | Description | Default |
---|---|---|---|
addresses | Yes | Array of address and networks pairs (max 3 addresses, max 20 networks each) | |
includeNativeTokens | No | Include native tokens like ETH (optional, default: false) | |
withMetadata | No | Include token metadata (optional, default: true) | |
withPrices | No | Include token prices (optional, default: true) |