getNativeBalanceByWalletAddress
Description
Retrieves the native token balance for a specific wallet address on the specified blockchain network. This endpoint returns the current balance in both human-readable and raw formats, along with token metadata and USD exchange rates when available.
public getNativeBalanceByWalletAddress(chain: VyChain, walletAddress: string) : VyPromise<VyWalletNativeBalanceDto>
Parameters
walletAddress
string
Public blockchain address of the wallet to query
Returns
VyPromise<VyWalletNativeBalanceDto> Native balance of wallet retrieved successfully.
Last updated