GetCompanyWalletByChain
Retrieves the wallet balance for a company on a specified blockchain.
public static VyTask<VyPageWalletBalanceDto> GetCompanyWalletByChain(eVyChain chain, VyQuery_GetCompanyWalletByChain query = null)
Path Parameters
Returns
VyTask<VyPageWalletBalanceDto> An asynchronous task that returns a VyPageWalletBalanceDto object containing the wallet balance for the specified company on the specified blockchain.
Last updated