# getSuiTokenTypes

{% code overflow="wrap" %}

```javascript
public getSuiTokenTypes(chain: string, contractAddress: string) : VyPromise<VyErc1155TokenTypeSummaryDto[]>
```

{% endcode %}

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

| chain           | string | The blockchain of the contract. |
| --------------- | ------ | ------------------------------- |
| contractAddress | string | The contract address.           |

**Returns**

VyPromise<[VyErc1155TokenTypeSummaryDto](https://sdk.venly.io/sdk-reference/ts-js-v3/object-references/token/vyerc1155tokentypesummarydto)\[]>
{% endtab %}
{% endtabs %}
