# CreateVaultAccountConnectionRequest ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| |**vaultAccountId** | **number** | The ID of the vault to connect to the dApp. | [default to undefined]| |**feeLevel** | **string** | The default fee level. Valid values are `MEDIUM` and `HIGH`. | [default to undefined]| |**uri** | **string** | The WalletConnect uri provided by the dapp. | [default to undefined]| |**chainIds** | **Array<string>** | The IDs of the blockchain networks used in the Web3 connection (Currently required in V1 connections only). | [optional] [default to undefined]| ## Enum: CreateVaultAccountConnectionRequestFeeLevelEnum * `Medium` (value: `'MEDIUM'`) * `High` (value: `'HIGH'`) [[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)