# VyWalletDto

## Properties

| Field        | Type                                                                                                     | Description                                                                                                    | Required |
| ------------ | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------- |
| id           | string                                                                                                   | Unique identifier for the wallet                                                                               | ✗        |
| address      | string                                                                                                   | Public blockchain address for receiving transactions                                                           | ✗        |
| walletType   | string                                                                                                   | Classification of wallet functionality and access method                                                       | ✗        |
| chain        | [VyChain](/sdk-reference/ts-js-v3/object-references/enum/vychain.md)                                     | Blockchain network on which this wallet operates                                                               | ✗        |
| createdAt    | Date                                                                                                     | ISO 8601 timestamp when the wallet was created                                                                 | ✗        |
| archived     | boolean                                                                                                  | Indicates whether the wallet has been archived and is no longer active                                         | ✗        |
| description  | string                                                                                                   | Optional user-defined description or label for the wallet                                                      | ✗        |
| primary      | boolean                                                                                                  | Indicates if this is the user's primary wallet for this blockchain                                             | ✗        |
| hasCustomPin | boolean                                                                                                  | Indicates whether the wallet uses a custom PIN instead of the user's default PIN                               | ✗        |
| identifier   | string                                                                                                   | Optional custom identifier for external system integration                                                     | ✗        |
| userId       | string                                                                                                   | Unique identifier of the user who owns this wallet                                                             | ✗        |
| custodial    | boolean                                                                                                  | Indicates whether this is a custodial wallet (keys managed by service) or non-custodial (user-controlled keys) | ✗        |
| balance      | [VyWalletNativeBalanceDto](/sdk-reference/ts-js-v3/object-references/wallet/vywalletnativebalancedto.md) |                                                                                                                | ✗        |

## References

**Operation**

* [getWallet](/sdk-reference/ts-js-v3/function-references/wallet/wallet/getwallet.md)
* [updateWallet](/sdk-reference/ts-js-v3/function-references/wallet/wallet/updatewallet.md)
* [getWallets](/sdk-reference/ts-js-v3/function-references/wallet/wallet/getwallets.md)
* [createWallet](/sdk-reference/ts-js-v3/function-references/wallet/wallet/createwallet.md)
* [importWallet](/sdk-reference/ts-js-v3/function-references/wallet/wallet/importwallet.md)
* [linkWalletToUser](/sdk-reference/ts-js-v3/function-references/wallet/wallet/linkwallettouser.md)
* [updateWalletPinCode](/sdk-reference/ts-js-v3/function-references/wallet/wallet/updatewalletpincode.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/vywalletdto.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
