> 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/ue5-sdk-v3/object-references/wallet/query/fvyquery_getwallets.md).

# FVyQuery\_GetWallets

| Chain          | FVyOptString | Filter wallets by specific blockchain network                                     |
| -------------- | ------------ | --------------------------------------------------------------------------------- |
| IncludeUsers   | FVyOptBool   | Indicates whether or not to include the wallet's of your sub-users in the result. |
| Address        | FVyOptString | Filter by exact wallet address on the blockchain                                  |
| Archived       | FVyOptBool   | Include archived wallets in the results (excluded by default)                     |
| IncludeBalance | FVyOptBool   | Include current balance information in the response (may impact performance)      |
| Linkable       | FVyOptBool   |                                                                                   |
| UserId         | FVyOptString | Filter wallets by user \`UUID\`                                                   |
| SortOn         | FVyOptString | The name of the parameter that you want to sort on                                |
| SortOrder      | FVyOptString | Indication to sort in ascending or descending order                               |
| Page           | FVyOptInt    | The current page number                                                           |
| Size           | FVyOptInt    | The number of items per page                                                      |
| Identifier     | FVyOptString | Identifier to fetch a single or group of wallets                                  |
| Owner          | FVyOptString | Pass the company ID to fetch all the wallets linked to the company.               |
