GetMultiTokenBalances
Retrieves the multi-token balances of a wallet.
Client Authoritative (default)
Overloads
GetMultiTokenBalances <string>
Path Parameters
Returns
VyTask<VyMultiTokenDto[]> An asynchronous task that returns an array of VyMultiTokenDto objects representing the multi-token balances of the specified wallet.
GetMultiTokenBalances <eVyChain, string>
Path Parameters
walletAddress
string
The wallet address for which to retrieve non-fungible token balances.
Returns
VyTask<VyMultiTokenDto[]> A task that represents the asynchronous operation. The task result contains an array of VyMultiTokenDto objects representing the non-fungible token balances of the specified wallet address.
GetMultiTokenBalances
Path Parameters
Returns
VyTask<VyWalletMultiTokensDto[]> A task that represents the asynchronous operation. The task result contains an array of VyWalletMultiTokensDto objects representing the balances of multiple tokens in the user's wallet.
Last updated