getCompanyWallets

This endpoint retrieves company minter wallets by blockchain.

public getCompanyWallets(chain: VyChain, query?: VyQuery_GetCompanyWallets) : VyPromise<VyPagedOrgWalletBalanceDto>

Parameters

chain

The blockchain to filter the result by

query (optional)

Query to filter the operation results

Returns

VyPromise<VyPagedOrgWalletBalanceDto>

Last updated