wallet_get_pockets
Retrieve all Simple Wallet pocket balances, UUIDs, and available funds. Filter by symbol or pocket ID to find positive balances across multiple pockets for the same currency.
Instructions
Gets balances, UUIDs, and available funds from Simple Wallet (Broker). Does not include Pro/Earn balance. Returns all pockets of the user. If pocket_id is provided, returns only that specific pocket. IMPORTANT: Users often have MULTIPLE pockets for the same symbol (e.g. multiple EUR pockets). ALWAYS check ALL pockets for a specific symbol to find the one with a positive balance. [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. | |
| symbol | No | Filter by cryptocurrency or fiat symbol (e.g., BTC, EUR) | |
| pocket_id | No | Filter by specific pocket UUID. If provided, returns only that pocket. |