GetTokenType

This endpoint fetches the details of a specific token-type by `tokenTypeId`.

public static VyTask<VyTokenTypeDto> GetTokenType(eVyChain chain, string contractAddress, int tokenTypeId)

Parameters

chain

Thge blockchain of the contract.

contractAddress

string

The contract address

tokenTypeId

int

This is the `id` of the token-type.

Returns

VyTask<VyTokenTypeDto>

Last updated