# Transfer Accounts available to transfer: - `spot`: spot account - `margin`: margin account - `futures`: perpetual futures account - `delivery`: delivery futures account ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **currency** | **str** | Transfer currency. For futures account, `currency` can be set to `POINT` or settle currency | **_from** | **str** | Account transferred from | **to** | **str** | Account transferred to | **amount** | **str** | Transfer amount | **currency_pair** | **str** | Margin currency pair. Required if transfer from or to margin account | [optional] **settle** | **str** | Futures settle currency. Required if `currency` is `POINT` | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)