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

# VyMintSuiTokensRequest

## Properties

| Field           | Type                                                                                            | Description                                                                                                                      | Required |
| --------------- | ----------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------- |
| chain           | string                                                                                          | 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**

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