---
title: "Get details of a mintable token with the given token address and token ID"
method: GET
path: "/v1/mintable-token/{token_address}/{token_id}"
tags: ["mints"]
---

# Get details of a mintable token with the given token address and token ID

`GET /v1/mintable-token/{token_address}/{token_id}`

Get details of a mintable token with the given token address and token ID

## Response `200`

OK

- MintableToken
  - `blueprint` string, required — Blueprint of this token
  - `client_token_id` string, required — ID provided by the client for this token
  - `token_id` string, required — IMX Id of this token

---

[API](https://skmtc.dev/immutable/apis/immutable-x-api.md) · [All operations](https://skmtc.dev/immutable/apis/immutable-x-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/immutable/immutable-x-api/revisions/fb4f99cbbde4/schema)
