For the complete documentation index, see llms.txt. This page is also available as Markdown.

getCompanyWallets

Description

This endpoint retrieves all company minter wallets.

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

Parameters

query (optional)

Query to filter the operation results

Returns

VyPromise<VyCompanyWalletBalanceDto[]>

Last updated