GetCryptoTokenBalances

Retrieves the balances of all crypto tokens in a specified wallet.

Client Authoritative (default)

Overloads

GetCryptoTokenBalances <string>

public static VyTask<VyCryptoTokenDto[]> GetCryptoTokenBalances(string walletId, VyQuery_GetCryptoTokenBalances query = null)

Path Parameters

Returns

VyTask<VyCryptoTokenDto[]> An asynchronous task that returns an array of VyCryptoTokenDto objects representing the balances of all crypto tokens in the specified wallet.

GetCryptoTokenBalances <eVyChain, string>

public static VyTask<VyCryptoTokenDto[]> GetCryptoTokenBalances(eVyChain chain, string walletAddress, VyQuery_GetCryptoTokenBalances query = null)

Path Parameters

Returns

VyTask<VyCryptoTokenDto[]> An asynchronous task that returns an array of VyCryptoTokenDto objects representing the balances of all crypto tokens for the specified wallet address.

Last updated