# GetCompanyWallets (ByChain)

This endpoint retrieves company minter wallets by blockchain.

{% code overflow="wrap" %}

```cpp
void GetCompanyWalletsByChain(EVyChain Chain, const FVyQuery_GetCompanyWalletsByChain& Query, const FVyOnGetCompanyWalletsByChainComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| Chain      | [EVyChain](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain)                                                    | The blockchain to filter the result by                                                  |
| ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| Query      | [FVyQuery\_GetCompanyWalletsByChain](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/token/query/fvyquery_getcompanywalletsbychain) | Optional Query Parameters                                                               |
| OnComplete | FVyOnGetCompanyWalletsByChainComplete                                                                                                               | The callback function called when the user preferences retrieval operation is complete. |

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