Accounts available to transfer: - spot: spot account - margin: margin account - futures: perpetual futures account - delivery: delivery futures account - options: options account
| Name | Type | Description | Notes |
|---|
| currency | String | Transfer currency name. For contract accounts, `currency` can be set to `POINT` (points) or supported settlement currencies (e.g., `BTC`, `USDT`) | |
| from | FromEnum | Account to transfer from | |
| to | ToEnum | Account to transfer to | |
| amount | String | Transfer Amount, supports up to 8 decimal places, must be greater than 0 | |
| currencyPair | String | Margin trading pair. Required when transferring to or from margin account | [optional] |
| settle | String | Contract settlement currency. Required when transferring to or from contract account | [optional] |
Enum: FromEnum
| Name | Value |
|---|
| SPOT | "spot" |
| MARGIN | "margin" |
| FUTURES | "futures" |
| DELIVERY | "delivery" |
| OPTIONS | "options" |
| Name | Value |
|---|
| SPOT | "spot" |
| MARGIN | "margin" |
| FUTURES | "futures" |
| DELIVERY | "delivery" |
| OPTIONS | "options" |