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 | str | Transfer currency name. For contract accounts, `currency` can be set to `POINT` (points) or supported settlement currencies (e.g., `BTC`, `USDT`) | |
| _from | str | Account to transfer from | |
| to | str | Account to transfer to | |
| amount | str | Transfer amount | |
| currency_pair | str | Margin trading pair. Required when transferring to or from margin account | [optional] |
| settle | str | Contract settlement currency. Required when transferring to or from contract account | [optional] |