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> Native balance of wallet retrieved successfully.
Last updated