pro_withdraw
Move funds from your Pro Trading account to your Simple Wallet instantly. Specify the cryptocurrency or fiat symbol and amount to trigger an immediate withdrawal.
Instructions
Withdraw funds from Pro Trading account back to Simple Wallet. Funds must be available in Pro Trading (check with pro_get_balance). Transfer is immediate. Use wallet_get_pockets to verify the withdrawal. Transfer status ENUM: pending (operation in progress), completed (successfully finished), failed (operation failed or was cancelled). [PRIVATE]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Symbol - can be cryptocurrency or fiat (e.g., BTC, EUR) | |
| amount | Yes | Amount to transfer (as string for decimal precision) | |
| to_pocket_id | No | Destination pocket UUID in Simple Wallet (optional) | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |