Wallet Portfolio tool
Last updated
class WalletPortfolioTool(BaseTool):
name: ClassVar[str] = "wallet_portfolio_tool"
description: ClassVar[str] = "Get detailed information about all tokens held in a wallet..."
args_schema: ClassVar[Type[BaseModel]] = WalletPortfolioInput