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

# checkSuiTokenMints

### Description

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

{% code overflow="wrap" %}

```javascript
public checkSuiTokenMints(query?: VyQuery_CheckSuiTokenMints) : VyPromise<VyErc1155TokenMintInfoDto[]>
```

{% endcode %}

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

| query (optional) | [VyQuery\_CheckSuiTokenMints](/sdk-reference/ts-js-v3/object-references/token/queries/vyquery_checksuitokenmints.md) | Query to filter the operation results |
| ---------------- | -------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |

**Returns**

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