> 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/ts-js-v3/function-references/token/company-wallets/getcompanywallets.md).

# getCompanyWallets

### Description

This endpoint retrieves all company minter wallets.

{% code overflow="wrap" %}

```javascript
public getCompanyWallets(query?: VyQuery_GetCompanyWallets) : VyPromise<VyCompanyWalletBalanceDto[]>
```

{% endcode %}

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

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

**Returns**

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