GetMultiTokenBalances
Retrieves the multi-token balances of a wallet.
Last updated
Retrieves the multi-token balances of a wallet.
Last updated
Path Parameters
query [optional]
Optional query parameters for the request.
Returns
VyTask<> An asynchronous task that returns an array of VyMultiTokenDto objects representing the multi-token balances of the specified wallet.
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<> 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.
Path Parameters
query [optional]
Optional query parameters for filtering the results.
Returns
VyTask<> 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.