# VyQuery\_GetWallets

| Query          | Type                                                                                        | Description                                                                       |
| -------------- | ------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| chain          | [VyChain](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vychain)       | 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](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/enum/vysorttype) | 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.               |
