wallet_get_networks
Lists supported networks for a given cryptocurrency to prepare for wallet deposits. Returns network ID, name, native currency, fee currency, and tag requirement.
Instructions
Lists available networks for a specific currency. Use this before wallet_get_pocket_addresses to see which networks support deposits for a currency (e.g., bitcoin, ethereum, binanceSmartChain). Returns network ID, name, native currency, fee currency, and whether it requires a tag/memo. [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Cryptocurrency symbol (e.g., BTC, ETH) | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |