wallet_get_pocket_addresses
Lists deposit addresses for a wallet pocket on a given network. Requires pocket ID and network; use wallet_get_networks to discover available networks.
Instructions
Lists deposit addresses for a wallet (Pocket) on a specific network. Use wallet_get_networks first to see available networks for a currency. Each network may have different addresses. Returns address, network, and creation date. Use this address to receive deposits on the specified network. [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pocket_id | Yes | Pocket UUID from wallet_get_pockets | |
| network | Yes | Address network (e.g., bitcoin, ethereum, bsc) | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |