getSuiTokenType
Description
This endpoint fetches the details of a specific SUI token-type by tokenTypeId
.
public getSuiTokenType(chain: string, contractAddress: string, tokenTypeId: number) : VyPromise<VyErc1155TokenTypeDto>
Parameters
chain
string
The blockchain of the contract.
contractAddress
string
The contract address
tokenTypeId
number
This is the `id` of the token-type.
Returns
VyPromise<VyErc1155TokenTypeDto>
Last updated