[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.32 KB

SubAccountToSubAccount.md

File metadata and controls

31 lines (23 loc) · 1.32 KB

SubAccountToSubAccount

Properties

Name Type Description Notes
currency String Transfer currency name
subAccountType String Transfer from the account. (deprecate, use `sub_account_from_type` and `sub_account_to_type` instead) [optional]
subAccountFrom String Transfer from the user id of the sub-account
subAccountFromType SubAccountFromTypeEnum Transfer from the account. `spot` - spot account, `futures` - perpetual contract account, `cross_margin` - cross margin account
subAccountTo String Transfer to the user id of the sub-account
subAccountToType SubAccountToTypeEnum Transfer to the account. `spot` - spot account, `futures` - perpetual contract account, `cross_margin` - cross margin account
amount String Transfer amount

Enum: SubAccountFromTypeEnum

Name Value
SPOT "spot"
FUTURES "futures"
CROSS_MARGIN "cross_margin"

Enum: SubAccountToTypeEnum

Name Value
SPOT "spot"
FUTURES "futures"
CROSS_MARGIN "cross_margin"