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.

void GetNativeBalanceByWalletAddress(const EVyChain& chain, const FString& walletAddress) const

Parameters

chain

Blockchain network on which to query the wallet balance

walletAddress

FString

Public blockchain address of the wallet to query

Returns

void Native balance of wallet retrieved successfully.

Last updated