GetNativeBalance (ByWalletAddress)

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 static VyTask<VyWalletNativeBalanceDto> GetNativeBalance(eVyChain chain, string walletAddress)

Parameters

chain

Blockchain network on which to query the wallet balance

walletAddress

string

Public blockchain address of the wallet to query

Returns

VyTask<VyWalletNativeBalanceDto> Native balance of wallet retrieved successfully.

Last updated