> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/wallet/queries/vyquery_getwallets.md).

# 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.               |
