# 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](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/token/query/fvyquery_getcompanywallets) | Optional Query Parameters                                                               |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| OnComplete | FVyOnGetCompanyWalletsComplete                                                                                                        | The callback function called when the user preferences retrieval operation is complete. |

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