---
title: "Mint Status"
method: GET
path: "/2022-06-09/collections/{collectionId}/nfts/{id}"
tags: ["NFTs"]
---

# Mint Status

`GET /2022-06-09/collections/{collectionId}/nfts/{id}`

Get the status and associated information for a mint operation.

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

## Path parameters

- `collectionId` string, required
- `id` string, required

## Response `200`

Success.

- MintStatusSolana200
  - `id` string
  - `metadata` object
    - `name` string
    - `symbol` string
    - `seller_fee_basis_points` integer
    - `properties` object
      - `files` object[]
        - `uri` string
        - `type` string
      - `category` string
      - `creators` object[]
        - `address` string
        - `verified` boolean
        - `share` integer
    - `description` string
    - `image` string
    - `attributes` object[]
      - `trait_type` string
      - `value` string
  - `onChain` object
    - `status` string
    - `mintHash` string
    - `txId` string
    - `owner` string
    - `chain` string
  - `action` string — URL to API endpoint for requesting status

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