---
title: "Mint Tokens"
method: POST
path: "/accounts/{account_id}/tokens/mints"
tags: ["Orders"]
---

# Mint Tokens

`POST /accounts/{account_id}/tokens/mints`

Mint (create) new tokens. Only available for tokenization/self-attested accounts.

## Path parameters

- `account_id` string, required — ID of the resource

## Request body

- CreateMint
  - `amount` string, required — Amount to mint as a decimal string
  - `destination` MintDestination, required
    - `address_id` string, required — Brale address ID
    - `transaction_id` string, nullable — On-chain transaction hash
    - `transfer_type` string, required — Blockchain/chain name
    - `value_type` string, required — Token ticker

## Response `201`

OK

- MintResponse
  - `amount` string — Amount minted
  - `created_at` string, date-time
  - `destination` MintDestination
    - `address_id` string, required — Brale address ID
    - `transaction_id` string, nullable — On-chain transaction hash
    - `transfer_type` string, required — Blockchain/chain name
    - `value_type` string, required — Token ticker
  - `id` string — Order ID
  - `status` string — Transaction status
  - `updated_at` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/brale/apis/brale-api.md) · [All operations](https://skmtc.net/brale/apis/brale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brale/brale-api/versions/7446d49997c2/schema)
