Name | Type | Description | Notes |
---|---|---|---|
currency | string | Transfer currency name | [default to undefined] |
subAccountType | string | Transfer from the account. (deprecate, use `sub_account_from_type` and `sub_account_to_type` instead) | [optional] [default to undefined] |
subAccountFrom | string | Transfer from the user id of the sub-account | [default to undefined] |
subAccountFromType | string | Transfer from the account. `spot` - spot account, `futures` - perpetual contract account, `cross_margin` - cross margin account | [default to undefined] |
subAccountTo | string | Transfer to the user id of the sub-account | [default to undefined] |
subAccountToType | string | Transfer to the account. `spot` - spot account, `futures` - perpetual contract account, `cross_margin` - cross margin account | [default to undefined] |
amount | string | Transfer amount | [default to undefined] |
-
Spot
(value:'spot'
) -
Futures
(value:'futures'
) -
CrossMargin
(value:'cross_margin'
)
-
Spot
(value:'spot'
) -
Futures
(value:'futures'
) -
CrossMargin
(value:'cross_margin'
)