GetNativeBalance (ByWalletAddress)
This endpoint gets the native balance by blockchain and wallet address.
public static VyTask<VyWalletNativeBalanceDto> GetNativeBalance(eVyChain chain, string walletAddress)
Parameters
walletAddress
string
The address of the wallet
Returns
VyTask<VyWalletNativeBalanceDto> Native balance of wallet retrieved successfully.
Last updated