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

# VyCreateErc1155TokenTypeRequest

## Properties

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

## References

**Operation**

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