wallet_get_pocket_addresses
Retrieve deposit addresses for a wallet on a specific network to receive crypto payments. Returns the address, network, and creation date.
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 |
|---|---|---|---|
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. | |
| network | Yes | Address network (e.g., bitcoin, ethereum, bsc) | |
| pocket_id | Yes | Pocket UUID from wallet_get_pockets |