GetMultiTokenBalances
Retrieves the multi-token balances of a wallet.
Client Authoritative (default)
Overloads
GetMultiTokenBalances <string>
Path Parameters
query [optional] | Optional query parameters for the request. |
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
chain | The eVyChain on which the wallet address is located. | |
walletAddress | string | The wallet address for which to retrieve non-fungible token balances. |
query [optional] | Optional query parameters to filter the results. |
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
query [optional] | Optional query parameters for filtering the results. |
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