> 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/ue5-sdk-v3/function-references/token/mint-tokens/checksuitokenmints.md).

# CheckSuiTokenMints

This endpoint is used to retrieve all of your SUI token mint requests.

{% code overflow="wrap" %}

```cpp
void CheckSuiTokenMints(const FVyQuery_CheckSuiTokenMints& Query, const FVyOnCheckSuiTokenMintsComplete& OnComplete) const;
```

{% endcode %}

\
**Parameters**

| Query      | [FVyQuery\_CheckSuiTokenMints](/sdk-reference/ue5-sdk-v3/object-references/token/query/fvyquery_checksuitokenmints.md) | Optional Query Parameters                                                               |
| ---------- | ---------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| OnComplete | FVyOnCheckSuiTokenMintsComplete                                                                                        | The callback function called when the user preferences retrieval operation is complete. |

\
**OnComplete Callback** (FVyOnCheckSuiTokenMintsComplete)\
Contains a TArray<[FVyErc1155TokenMintInfoDto](/sdk-reference/ue5-sdk-v3/object-references/token/fvyerc1155tokenmintinfodto.md)> response type
