---
title: "Mint tokens"
method: POST
path: "/v1/mints"
tags: ["mints"]
---

# Mint tokens

`POST /v1/mints`

Mint tokens

## Request body

- object
  - `mints` object[], required — Details of requested mints
    - `tokens` object[], required — Tokens to mint
      - `data` object
        - `blueprint` string
        - `id` string, required
        - `token_address` string
      - `type` string
    - `auth_signature` string, required — Signature from authorised minter
    - `nonce` number — Random nonce - must be unique
    - `user` string, required — Recipient of the assets

## Response `200`

OK

- object
  - `results` object[]
    - `client_token_id` string
    - `token_id` string
    - `tx_id` string

---

[API](https://skmtc.dev/immutable/apis/immutable-x-api.md) · [All operations](https://skmtc.dev/immutable/apis/immutable-x-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/immutable/immutable-x-api/revisions/fb4f99cbbde4/schema)
