---
title: "Get Mint"
method: GET
path: "/accounts/{account_id}/tokens/mints/{mint_id}"
tags: ["Orders"]
---

# Get Mint

`GET /accounts/{account_id}/tokens/mints/{mint_id}`

Retrieve a specific mint transaction by ID.

## Path parameters

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

## Response `200`

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

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[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)
