GetTokens
Retrieves an array of VyTokenDto objects for a specified user address on a specified eVyChain.
Client Authoritative (default)
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