getCompanyWalletsByChain

Description

This endpoint retrieves company minter wallets by blockchain.

public getCompanyWalletsByChain(chain: VyChain, query?: VyQuery_GetCompanyWalletsByChain) : VyPromise<VyCompanyWalletBalanceDto[]>

Parameters

chain

The blockchain to filter the result by

query (optional)

Query to filter the operation results

Returns

VyPromise<VyCompanyWalletBalanceDto[]>

Last updated