# CheckErc1155TokenMint

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

{% code overflow="wrap" %}

```cpp
void CheckErc1155TokenMint(FString MintId, const FVyOnCheckErc1155TokenMintComplete& 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 | FVyOnCheckErc1155TokenMintComplete | The callback function called when the user preferences retrieval operation is complete.                              |

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