---
title: "List Mints"
method: GET
path: "/accounts/{account_id}/tokens/mints"
tags: ["Orders"]
---

# List Mints

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

List all mint transactions for a tokenization account. Supports pagination and filtering.

## Path parameters

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

## Query parameters

- `page` PagingParameters — Paging query parameters
  - `after` string
  - `before` string
  - `size` integer
- `transaction_id` string
- `value_type` string

## Response `200`

OK

- MintsList — List of mint transactions with pagination metadata
  - `mints` 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
  - `pagination` object

## 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/revisions/7446d49997c2/schema)
