> 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/ts-js-v3/function-references/token/mint-erc20-tokens/geterc20tokenmint.md).

# getErc20TokenMint

### Description

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

{% code overflow="wrap" %}

```javascript
public getErc20TokenMint(mintId: string) : VyPromise<VyErc20TokenMintDto>
```

{% 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**

VyPromise<[VyErc20TokenMintDto](/sdk-reference/ts-js-v3/object-references/token/vyerc20tokenmintdto.md)>
{% endtab %}
{% endtabs %}
