Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.43 KB

File metadata and controls

17 lines (14 loc) · 1.43 KB

SubAccountTransferRecordItem

Properties

Name Type Description Notes
timest string Transfer timestamp [optional] [readonly] [default to undefined]
uid string Main account user ID [optional] [readonly] [default to undefined]
subAccount string Sub account user ID [default to undefined]
subAccountType string Target sub-account trading account: spot - spot account, futures - perpetual contract account, delivery - delivery contract account, options - options account [optional] [default to 'spot']
currency string Transfer currency name [default to undefined]
amount string Transfer amount [default to undefined]
direction string Transfer direction: to - transfer into sub-account, from - transfer out from sub-account [default to undefined]
source string Source of the transfer operation [optional] [readonly] [default to undefined]
clientOrderId string Customer-defined ID to prevent duplicate transfers. Can be a combination of letters (case-sensitive), numbers, hyphens '-', and underscores '_'. Can be pure letters or pure numbers with length between 1-64 characters [optional] [default to undefined]
status string Sub-account transfer record status, currently only 'success' [optional] [default to undefined]