[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.4 KB

SubAccountToSubAccount.md

File metadata and controls

32 lines (19 loc) · 1.4 KB

SubAccountToSubAccount

Properties

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]

Enum: SubAccountToSubAccount.SubAccountFromType

  • Spot (value: 'spot')

  • Futures (value: 'futures')

  • CrossMargin (value: 'cross_margin')

Enum: SubAccountToSubAccount.SubAccountToType

  • Spot (value: 'spot')

  • Futures (value: 'futures')

  • CrossMargin (value: 'cross_margin')