---
title: "Retrieve minting information about a list of tokens"
method: POST
path: "/blockchain/tokens"
tags: ["blockchain"]
---

# Retrieve minting information about a list of tokens

`POST /blockchain/tokens`

## Request body

- string[]

## Response `200`

Array of tokens with the provided IDs

- IndexedToken[]
  - `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

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