> 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/mint-tokens/checksuitokenmint.md).

# CheckSuiTokenMint

This endpoint is used to check the status of a SUI token mint request.

{% code overflow="wrap" %}

```cpp
void CheckSuiTokenMint(FString MintId, const FVyOnCheckSuiTokenMintComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| MintId     | FString                        | To track the status of token mint. It is in the response body of the mint tokens endpoint as \`creations.mints.id\`. |
| ---------- | ------------------------------ | -------------------------------------------------------------------------------------------------------------------- |
| OnComplete | FVyOnCheckSuiTokenMintComplete | The callback function called when the user preferences retrieval operation is complete.                              |

\
**OnComplete Callback** (FVyOnCheckSuiTokenMintComplete)\
Contains a [FVyErc1155TokenMintDto](/sdk-reference/ue5-sdk-v3/object-references/token/fvyerc1155tokenmintdto.md) response type
