# FVyWalletDto

## Properties

| Id           | FString                                                                                                                       | Unique identifier for the wallet                                                                               |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| Address      | FString                                                                                                                       | Public blockchain address for receiving transactions                                                           |
| WalletType   | FString                                                                                                                       | <p>\[READ-ONLY] == API\_WALLET<br>Classification of wallet functionality and access method</p>                 |
| Chain        | [EVyChain](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain)                              | Blockchain network on which this wallet operates                                                               |
| CreatedAt    | FDateTime                                                                                                                     | ISO 8601 timestamp when the wallet was created                                                                 |
| Archived     | bool                                                                                                                          | Indicates whether the wallet has been archived and is no longer active                                         |
| Description  | FString                                                                                                                       | Optional user-defined description or label for the wallet                                                      |
| Primary      | bool                                                                                                                          | Indicates if this is the user's primary wallet for this blockchain                                             |
| HasCustomPin | bool                                                                                                                          | Indicates whether the wallet uses a custom PIN instead of the user's default PIN                               |
| Identifier   | FString                                                                                                                       | Optional custom identifier for external system integration                                                     |
| UserId       | FString                                                                                                                       | Unique identifier of the user who owns this wallet                                                             |
| Custodial    | bool                                                                                                                          | Indicates whether this is a custodial wallet (keys managed by service) or non-custodial (user-controlled keys) |
| Balance      | [FVyWalletNativeBalanceDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/wallet/fvywalletnativebalancedto) |                                                                                                                |
