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
chain
VyChain
Blockchain network on which to query the wallet balance
walletAddress
string
Public blockchain address of the wallet to query
Returns
VyPromise<VyWalletNativeBalanceDto> Native balance of wallet retrieved successfully.
Last updated 3 months ago