# 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\'ll fail | [optional] [default to undefined]| |**vaultAccountNamesStartingIndex** | **number** | Copy vault accounts names starting from this index. If names array is used it\'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\'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]](../../README.md#documentation-for-api-endpoints) [[Back to Model list]](../../README.md#documentation-for-models) [[Back to README]](../../README.md)