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

# GetCompanyWallets

### Description

This endpoint retrieves all company minter wallets.

{% code overflow="wrap" %}

```csharp
public static VyTask<VyCompanyWalletBalanceDto[]> GetCompanyWallets(VyQuery_GetCompanyWallets query = null)
```

{% endcode %}

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

| query (optional) | [VyQuery\_GetCompanyWallets](/sdk-reference/c-sdk-v3/object-references/token/queries/vyquery_getcompanywallets.md) | Query to filter the operation results |
| ---------------- | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------- |

**Returns**

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