GetCryptoTokenBalances
Retrieves the balances of all crypto tokens in a specified wallet.
Last updated
Retrieves the balances of all crypto tokens in a specified wallet.
Last updated
Path Parameters
query [optional]
Optional query parameters to filter the token balances.
Returns
VyTask<> An asynchronous task that returns an array of VyCryptoTokenDto objects representing the balances of all crypto tokens in the specified wallet.
Path Parameters
chain
The eVyChain on which the wallet address is located.
walletAddress
string
The wallet address for which to retrieve the crypto token balances.
query [optional]
Optional query parameters for the request.
Returns
VyTask<> An asynchronous task that returns an array of VyCryptoTokenDto objects representing the balances of all crypto tokens for the specified wallet address.