# VyQuery\_GetWallets

| Query          | Type                                                                                          | Description                                                                       |
| -------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| Chain          | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evychain)       | Filter wallets by specific blockchain network                                     |
| IncludeUsers   | bool                                                                                          | 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       | bool                                                                                          | Include archived wallets in the results (excluded by default)                     |
| IncludeBalance | bool                                                                                          | Include current balance information in the response (may impact performance)      |
| Linkable       | bool                                                                                          |                                                                                   |
| UserId         | string                                                                                        | Filter wallets by user \`UUID\`                                                   |
| SortOn         | string                                                                                        | The name of the parameter that you want to sort on                                |
| SortOrder      | [eVySortType](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evysorttype) | Indication to sort in ascending or descending order                               |
| Page           | int                                                                                           | The current page number                                                           |
| Size           | int                                                                                           | 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.               |
