# GetErc20TokenMint

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

{% code overflow="wrap" %}

```cpp
void GetErc20TokenMint(FString MintId, const FVyOnGetErc20TokenMintComplete& 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 \`result.mints.id\`. |
| ---------- | ------------------------------ | ----------------------------------------------------------------------------------------------------------------- |
| OnComplete | FVyOnGetErc20TokenMintComplete | The callback function called when the user preferences retrieval operation is complete.                           |

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