GetNativeBalance (ByWalletId)

This endpoint gets native balance of a wallet by wallet `ID`.

public static VyTask<VyWalletNativeBalanceDto> GetNativeBalance(string walletId)

Parameters

walletId

string

`ID` of the wallet

Returns

VyTask<VyWalletNativeBalanceDto>

Last updated