# VyQuery\_GetWallets

| Query          | Type                                                                       | Description                                                                       |
| -------------- | -------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| chain          | [VyChain](/sdk-reference/ts-js-v3/object-references/enum/vychain.md)       | Filter wallets by specific blockchain network                                     |
| includeUsers   | boolean                                                                    | Indicates whether or not to include the wallet's of your sub-users in the result. |
| address        | string                                                                     | Filter by exact wallet address on the blockchain                                  |
| archived       | boolean                                                                    | Include archived wallets in the results (excluded by default)                     |
| includeBalance | boolean                                                                    | Include current balance information in the response (may impact performance)      |
| linkable       | boolean                                                                    |                                                                                   |
| userId         | string                                                                     | Filter wallets by user \`UUID\`                                                   |
| sortOn         | string                                                                     | The name of the parameter that you want to sort on                                |
| sortOrder      | [VySortType](/sdk-reference/ts-js-v3/object-references/enum/vysorttype.md) | Indication to sort in ascending or descending order                               |
| page           | number                                                                     | The current page number                                                           |
| size           | number                                                                     | The number of items per page                                                      |
| identifier     | string                                                                     | Identifier to fetch a single or group of wallets                                  |
| owner          | string                                                                     | Pass the company ID to fetch all the wallets linked to the company.               |


---

# 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/queries/vyquery_getwallets.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.
