> 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/c-sdk-v3/object-references/token/vycreatesuitokentyperequest.md).

# VyCreateSuiTokenTypeRequest

## Properties

| Field           | Type                                                                                                      | Description                                                        | Required |
| --------------- | --------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------ | -------- |
| Chain           | string                                                                                                    | The blockchain of the contract                                     | ✗        |
| ContractAddress | string                                                                                                    | The contract address under which you want to create the token-type | ✗        |
| Creations       | [VySuiTokenTypeCreationDto](/sdk-reference/c-sdk-v3/object-references/token/vysuitokentypecreationdto.md) | This array defines the properties of the token-type                | ✗        |

## References

**Operation**

* [CreateSuiTokenType](/sdk-reference/c-sdk-v3/function-references/token/token-types/createsuitokentype.md)
