getNativeBalanceByWalletAddress

This endpoint gets the native balance by blockchain and wallet address.

public getNativeBalanceByWalletAddress(chain: eVyChain, walletAddress: String) : VyPromise<VyWalletNativeBalanceDto>

Parameters

chain

Indication on which chain the balance should be fetched

walletAddress

String

The address of the wallet

Returns

VyPromise<VyWalletNativeBalanceDto>

Last updated