> 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/function-references/token/mint-tokens/minterc1155tokens.md).

# mintErc1155Tokens

### Description

This endpoint is used to mint fungible or non-fungible tokens.

{% code overflow="wrap" %}

```javascript
public mintErc1155Tokens(reqParams: VyMintErc1155TokensRequest) : VyPromise<VyMintErc1155TokensResultDto>
```

{% endcode %}

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

| reqParams | [VyMintErc1155TokensRequest](/sdk-reference/ts-js-v3/object-references/token/vyminterc1155tokensrequest.md) | Request data for the operation |
| --------- | ----------------------------------------------------------------------------------------------------------- | ------------------------------ |

**Returns**

VyPromise<[VyMintErc1155TokensResultDto](/sdk-reference/ts-js-v3/object-references/token/vyminterc1155tokensresultdto.md)>
{% endtab %}
{% endtabs %}
