Tokens
Array [
idstring
Token ID
addressstring
Token’s blockchain address
chainIdnumber
Blockchain ID
chainNamestring
Name of the blockchain where deployment takes place
totalSupplynumber
Current amount of tokens in circulation
maxSupplynumber
Maximum amount of tokens in circulation
namestring
Token’s name
]
Tokens
[
{
"id": "string",
"address": "string",
"chainId": 0,
"chainName": "string",
"totalSupply": 0,
"maxSupply": 0,
"name": "string"
}
]