getNativeBalanceByWalletId

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

public getNativeBalanceByWalletId(walletId: String) : VyPromise<VyWalletNativeBalanceDto>

Parameters

walletId

String

`ID` of the wallet

Returns

VyPromise<VyWalletNativeBalanceDto>

Last updated