> For the complete documentation index, see [llms.txt](https://sdk.venly.io/sdk-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.venly.io/sdk-reference/ue5-sdk-v3/function-references/token/token-types/getsuitokentypes.md).

# GetSuiTokenTypes

{% code overflow="wrap" %}

```cpp
void GetSuiTokenTypes(FString Chain, FString ContractAddress, const FVyOnGetSuiTokenTypesComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| Chain           | FString                       | The blockchain of the contract.                                                         |
| --------------- | ----------------------------- | --------------------------------------------------------------------------------------- |
| ContractAddress | FString                       | The contract address.                                                                   |
| OnComplete      | FVyOnGetSuiTokenTypesComplete | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnGetSuiTokenTypesComplete)\
Contains a TArray<[FVyErc1155TokenTypeSummaryDto](/sdk-reference/ue5-sdk-v3/object-references/token/fvyerc1155tokentypesummarydto.md)> response type
