blockchain
Retrieve minting information about a list of tokens
post/blockchain/tokens
Request body
string[] required
Response
Array of tokens with the provided IDs
Example response
[
{
"id": "3ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
"boxId": "3ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
"emissionAmount": 3500000,
"decimals": 8
}
]