> 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/function-references/token/company-wallets/getcompanywallets.md).

# GetCompanyWallets

This endpoint retrieves all company minter wallets.

{% code overflow="wrap" %}

```cpp
void GetCompanyWallets(const FVyQuery_GetCompanyWallets& Query, const FVyOnGetCompanyWalletsComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| Query      | [FVyQuery\_GetCompanyWallets](/sdk-reference/ue5-sdk-v3/object-references/token/query/fvyquery_getcompanywallets.md) | Optional Query Parameters                                                               |
| ---------- | -------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| OnComplete | FVyOnGetCompanyWalletsComplete                                                                                       | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnGetCompanyWalletsComplete)\
Contains a TArray<[FVyCompanyWalletBalanceDto](/sdk-reference/ue5-sdk-v3/object-references/token/fvycompanywalletbalancedto.md)> response type
