v1

latestOpenAPI 3.0.2CC0 1.0 Universal2026-07-17128129208.3 KB
blockchain

Retrieve minting information about a list of tokens

post/blockchain/tokens

Request body

string[] required

Response

Array of tokens with the provided IDs

idstring base16 required

Base16-encoded 32 byte modifier id

boxIdstring base16 required

Base16-encoded 32 byte modifier id

emissionAmountinteger required

The total supply of the token

namestring required

The name of the token

descriptionstring required

The description of the token

decimalsinteger required

The number of decimals the token supports

Example response

[
  {
    "id": "3ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
    "boxId": "3ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
    "emissionAmount": 3500000,
    "decimals": 8
  }
]