GetAllTokens

This endpoint is used to get all tokens in a contract.

public static VyTask<VyTokenSummaryDto[]> GetAllTokens(eVyChain chain, string contractAddress, VyQuery_GetAllTokens query = null)

Parameters

Returns

VyTask<VyTokenSummaryDto[]>

Last updated