---
title: "Mint SFT"
method: POST
path: "/2022-06-09/collections/{collectionId}/sfts"
tags: ["NFTs"]
---

# Mint SFT

`POST /2022-06-09/collections/{collectionId}/sfts`

Mint your SFTs and deliver them to a web3 wallet or an email address

**API scope required**: `nfts.create`

## Path parameters

- `collectionId` string, required

## Headers

- `x-idempotency-key` string

## Request body

- object
  - `templateId` string, required — Identifier of the template
  - `recipient` string, required — Allowed formats: `<chain>:<address>` or `email:<email_address>:<chain>` or `userId:<userId>:<chain>` or `twitter:<twitter_handle>:<chain>` [see here for more info](/minting/nfts/integrate/manage-delivery)
  - `sendNotification` boolean — Notify recipient via email notification about successful mint [Default: true]. For legacy projects created before Sep 16, 2024, this is set to false by default.
  - `locale` string — Specify the locale for the email content [Default: en-US]
  - `amount` integer — (Optional) Amount to mint

## Response `200`

Success

- object
  - `actionId` string
  - `action` string
  - `status` string
  - `data` object
    - `chain` string
    - `collection` object
      - `id` string
      - `contractAddress` string
    - `recipient` object
      - `walletAddress` string
      - `email` string
    - `token` object
      - `id` string
  - `startedAt` string
  - `resource` string

## Other responses

- `400` — Invalid arguments, please make sure you're following the api specification.
- `403` — Forbidden error, please ensure the credentials are correct.
- `404` — Not found error.
- `503` — Please try again in a few minutes. If the issue still persists, contact Crossmint support.

---

[API](https://skmtc.net/crossmint/apis/onramp.md) · [All operations](https://skmtc.net/crossmint/apis/onramp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crossmint/onramp/revisions/e2143d192130/schema)
