GetCryptoTokenBalances
Retrieves the balances of all crypto tokens in a specified wallet.
Client Authoritative (default)
Overloads
GetCryptoTokenBalances <string>
Path Parameters
query [optional] | Optional query parameters to filter the token balances. |
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>
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<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