GetCompanyWalletByChain

Retrieves the wallet balance for a company on a specified blockchain.

Client Authoritative (default)

public static VyTask<VyPageWalletBalanceDto> GetCompanyWalletByChain(eVyChain chain, VyQuery_GetCompanyWalletByChain query = null)

Path Parameters

chain

The blockchain for which to retrieve the wallet balance.

query [optional]

Optional query parameters for the request.

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