> 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/getcompanywalletsbychain.md).

# 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](/sdk-reference/ue5-sdk-v3/object-references/shared/enum/evychain.md)                                                    | The blockchain to filter the result by                                                  |
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| Query      | [FVyQuery\_GetCompanyWalletsByChain](/sdk-reference/ue5-sdk-v3/object-references/token/query/fvyquery_getcompanywalletsbychain.md) | Optional Query Parameters                                                               |
| OnComplete | FVyOnGetCompanyWalletsByChainComplete                                                                                              | The callback function called when the user preferences retrieval operation is complete. |

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