> ## Documentation Index
> Fetch the complete documentation index at: https://agentcash.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# get_wallet_info (legacy)

> Deprecated combined wallet tool.

The `get_wallet_info` tool has been replaced by two tools:

* [`get_balance`](/tools/get-balance) for total balance
* [`list_accounts`](/tools/list-accounts) for per-network balances, addresses, and deposit links

Equivalent CLI commands:

* `npx agentcash balance`
* `npx agentcash accounts`

## Migration

Use `get_balance` when you only need to know whether paid endpoints are currently affordable.

Use `list_accounts` only when you need network-specific funding details, such as deposit links or wallet addresses.
