# GetSuiTokenType

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

{% code overflow="wrap" %}

```cpp
void GetSuiTokenType(FString Chain, FString ContractAddress, int TokenTypeId, const FVyOnGetSuiTokenTypeComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| Chain           | FString                      | The blockchain of the contract.                                                         |
| --------------- | ---------------------------- | --------------------------------------------------------------------------------------- |
| ContractAddress | FString                      | The contract address                                                                    |
| TokenTypeId     | int                          | This is the \`id\` of the token-type.                                                   |
| OnComplete      | FVyOnGetSuiTokenTypeComplete | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnGetSuiTokenTypeComplete)\
Contains a [FVyErc1155TokenTypeDto](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/object-references/token/fvyerc1155tokentypedto) response type
