pro_deposit
Transfer funds from Simple Wallet to Pro Trading account to enable trading. Requires available balance in Simple Wallet; transfer is immediate.
Instructions
Deposit funds from Simple Wallet to Pro Trading account. Funds must be available in Simple Wallet first (check with wallet_get_pockets). Transfer is immediate. Use pro_get_balance to verify the deposit. 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) | |
| jwt | No | Optional session token for authentication. API keys are recommended for most use cases. |