# GetCompanyWallets (ByChain)

### Description

This endpoint retrieves company minter wallets by blockchain.

{% code overflow="wrap" %}

```csharp
public static VyTask<VyCompanyWalletBalanceDto[]> GetCompanyWallets(eVyChain chain, VyQuery_GetCompanyWalletsByChain query = null)
```

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Parameters**

| chain            | [eVyChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/enum/evychain)                                                           | The blockchain to filter the result by |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| query (optional) | [VyQuery\_GetCompanyWalletsByChain](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/queries/vyquery_getcompanywalletsbychain) | Query to filter the operation results  |

**Returns**

VyTask<[VyCompanyWalletBalanceDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vycompanywalletbalancedto)\[]>
{% endtab %}
{% endtabs %}
