GetTokens
Retrieves an array of VyTokenDto objects for a specified user address on a specified eVyChain.
public static VyTask<VyTokenDto[]> GetTokens(eVyChain chain, string userAddress, VyQuery_GetTokens query = null)
Path Parameters
userAddress
string
The user address for which to retrieve the tokens.
Returns
VyTask<VyTokenDto[]> An asynchronous task that returns an array of VyTokenDto objects representing the retrieved tokens.
Last updated