> 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/object-references/token/vyminterc1155tokensrequest.md).

# VyMintErc1155TokensRequest

## Properties

| Field           | Type                                                                                            | Description                                                                                                                      | Required |
| --------------- | ----------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------- |
| chain           | [VyChain](/sdk-reference/ts-js-v3/object-references/enum/vychain.md)                            | The blockchain of the contract                                                                                                   | ✗        |
| contractAddress | string                                                                                          | The contract address                                                                                                             | ✗        |
| tokenTypeId     | number                                                                                          | The \`id\` of the token-type                                                                                                     | ✗        |
| destinations    | [VyMintDestinationDto](/sdk-reference/ts-js-v3/object-references/token/vymintdestinationdto.md) | An array of objects which include the wallet address or email address where token is to be sent and the amount of tokens to send | ✗        |

## References

**Operation**

* [mintErc1155Tokens](/sdk-reference/ts-js-v3/function-references/token/mint-tokens/minterc1155tokens.md)
