> 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/c-sdk-v3/function-references/token/token-types/checksuitokentypecreation.md).

# CheckSuiTokenTypeCreation

### Description

This endpoint is used to check the status of a SUI token-type creation request.

{% code overflow="wrap" %}

```csharp
public static VyTask<VyCheckErc1155TokenTypeResultDto> CheckSuiTokenTypeCreation(string creationId)
```

{% endcode %}

{% tabs %}
{% tab title="Details" %}
**Parameters**

| creationId | string | To track the status of token-type creation. It is in the response body of the create token-type endpoint as \`result.id\`. |
| ---------- | ------ | -------------------------------------------------------------------------------------------------------------------------- |

**Returns**

VyTask<[VyCheckErc1155TokenTypeResultDto](/sdk-reference/c-sdk-v3/object-references/token/vycheckerc1155tokentyperesultdto.md)>
{% endtab %}
{% endtabs %}
