GetTokens

Retrieves an array of VyTokenDto objects for a specified user address on a specified eVyChain.

Client Authoritative (default)

public static VyTask<VyTokenDto[]> GetTokens(eVyChain chain, string userAddress, VyQuery_GetTokens query = null)

Path Parameters

chain

The eVyChain on which to retrieve the tokens.

userAddress

string

The user address for which to retrieve the tokens.

query [optional]

Optional query parameters to filter the retrieved tokens.

Returns

VyTask<VyTokenDto[]> An asynchronous task that returns an array of VyTokenDto objects representing the retrieved tokens.

Last updated