getNativeBalanceByWalletAddress
This endpoint gets the native balance by blockchain and wallet address.
public getNativeBalanceByWalletAddress(chain: VyChain, walletAddress: string) : VyPromise<VyWalletNativeBalanceDto>
Parameters
walletAddress
string
The address of the wallet
Returns
VyPromise<VyWalletNativeBalanceDto> Native balance of wallet retrieved successfully.
Last updated