wallet_get_pockets
Retrieves balances and UUIDs from your Bit2Me Simple Wallet pockets, optionally filtered by pocket ID or symbol. Checks all pockets for a symbol to find positive balances.
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 |
|---|---|---|---|
| pocket_id | No | Filter by specific pocket UUID. If provided, returns only that pocket. | |
| symbol | No | Filter by cryptocurrency or fiat symbol (e.g., BTC, EUR) | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |