Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.18 KB

File metadata and controls

17 lines (11 loc) · 1.18 KB

CreateMultipleAccountsRequest

Properties

Name Type Description Notes
count number Count [default to undefined]
baseAssetIds Array<string> Array of base asset IDs [default to undefined]
names Array<string> Names to assign to vault accounts. if vaultAccountNamesStartingIndex or prefix is used it&#39;ll fail [optional] [default to undefined]
vaultAccountNamesStartingIndex number Copy vault accounts names starting from this index. If names array is used it&#39;ll fail [optional] [default to undefined]
prefix string When copying from existing vault accounts (vaultAccountNamesStartingIndex) then adding a prefix to the names. If names array is used it&#39;ll fail [optional] [default to undefined]
tagIds Array<string> Optional list of tag IDs to attach to all created vault accounts [optional] [default to undefined]

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