---
title: "Retrieve minting information about a token"
method: GET
path: "/blockchain/token/byId/{tokenId}"
tags: ["blockchain"]
---

# Retrieve minting information about a token

`GET /blockchain/token/byId/{tokenId}`

## Path parameters

- `tokenId` string, required

## Response `200`

token with wanted id

- IndexedToken — Token indexed with extra information
  - `id` string, base16, required — Base16-encoded 32 byte modifier id
  - `boxId` string, base16, required — Base16-encoded 32 byte modifier id
  - `emissionAmount` integer, required — The total supply of the token
  - `name` string, required — The name of the token
  - `description` string, required — The description of the token
  - `decimals` integer, required — The number of decimals the token supports

## Other responses

- `404` — No token found with wanted id
- `default` — Error

---

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