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

# CheckErc1155TokenMint

### Description

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

{% code overflow="wrap" %}

```csharp
public static VyTask<VyErc1155TokenMintDto> CheckErc1155TokenMint(string mintId)
```

{% endcode %}

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

| mintId | string | To track the status of token mint. It is in the response body of the mint tokens endpoint as \`creations.mints.id\`. |
| ------ | ------ | -------------------------------------------------------------------------------------------------------------------- |

**Returns**

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