GetCryptoTokenBalance
Retrieves the balance of a specific crypto token for a given wallet.
Last updated
Retrieves the balance of a specific crypto token for a given wallet.
Last updated
Client Authoritative (default)
Path Parameters
Returns
VyTask<VyCryptoTokenDto> An asynchronous task that returns a VyCryptoTokenDto object representing the balance of the specified crypto token for the given wallet.
Path Parameters
Returns
VyTask<VyCryptoTokenDto> An asynchronous task that returns a VyCryptoTokenDto object representing the balance of the specified token in the specified wallet.
token
string
The symbol of the crypto token to retrieve the balance for.
chain
The eVyChain on which the wallet is located.
walletAddress
string
The address of the wallet to retrieve the token balance from.
token
string
The token symbol of the token to retrieve the balance of.