blockchain
Retrieve minting information about a token
get/blockchain/token/byId/{tokenId}
Path parameters
tokenIdstring required
id of the wanted token
Response
token with wanted id
Example response
{
"id": "3ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
"boxId": "3ab9da11fc216660e974842cc3b7705e62ebb9e0bf5ff78e53f9cd40abadd117",
"emissionAmount": 3500000,
"decimals": 8
}