wallet_get_networks
List all supported deposit networks for a cryptocurrency, including network IDs, names, fee currencies, and tag/memo requirements. Check available networks before requesting a pocket address.
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 |
|---|---|---|---|
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. | |
| symbol | Yes | Cryptocurrency symbol (e.g., BTC, ETH) |