getTokenType

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

public getTokenType(chain: eVyChain, contractAddress: String, tokenTypeId: Number) : VyPromise<VyTokenTypeDto>

Parameters

chain

Thge blockchain of the contract.

contractAddress

String

The contract address

tokenTypeId

Number

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

Returns

VyPromise<VyTokenTypeDto>

Last updated