> 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/c-sdk-v3/function-references/token/company-wallets/getcompanywalletsbychain.md).

# 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](/sdk-reference/c-sdk-v3/object-references/enum/evychain.md)                                                           | The blockchain to filter the result by |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| query (optional) | [VyQuery\_GetCompanyWalletsByChain](/sdk-reference/c-sdk-v3/object-references/token/queries/vyquery_getcompanywalletsbychain.md) | Query to filter the operation results  |

**Returns**

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