# GetErc20TokenMint

### Description

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

{% code overflow="wrap" %}

```csharp
public static VyTask<VyErc20TokenMintDto> GetErc20TokenMint(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 \`result.mints.id\`. |
| ------ | ------ | ----------------------------------------------------------------------------------------------------------------- |

**Returns**

VyTask<[VyErc20TokenMintDto](https://sdk.venly.io/sdk-reference/c-sdk-v3/object-references/token/vyerc20tokenmintdto)>
{% endtab %}
{% endtabs %}
