Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.4 KB

File metadata and controls

18 lines (15 loc) · 1.4 KB

# SubAccountTransferRecordItem

Properties

Name Type Description Notes
timest string Transfer timestamp [optional] [readonly]
uid string Main account user ID [optional] [readonly]
sub_account string Sub account user ID
sub_account_type 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
amount string Transfer Amount
direction string Transfer direction: to - transfer into sub-account, from - transfer out from sub-account
source string Source of the transfer operation [optional] [readonly]
client_order_id 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]
status string Sub-account transfer record status, currently only 'success' [optional]

[Back to Model list] [Back to API list] [Back to README]