GetTokenInfos

Retrieves an array of token information for a specific contract and token type.

Client Authoritative (default)

public static VyTask<VyTokenInfoDto[]> GetTokenInfos(int contractId, int tokenTypeId)

Path Parameters

tokenTypeId

int

The ID of the token type to retrieve information for.

Returns

VyTask<VyTokenInfoDto[]> An asynchronous task that returns an array of VyTokenInfoDto objects representing the token information.

Last updated