Skip to main content

TokenInfo

symbolstring

The symbol of the token.

namestring

Optional. The name of the token.

descriptionstring

Optional. Description of the token.

imageUrluri

Optional. URL of the token image.

imageBase64string

Optional. Base64-encoded image data (max 1 MB).

twitterstring

Optional. Twitter handle associated with the token.

discordstring

Optional. Discord link associated with the token.

telegramstring

Optional. Telegram link associated with the token.

instagramstring

Optional. Instagram handle associated with the token.

facebookstring

Optional. Facebook page associated with the token.

websiteuri

Optional. Official website of the token.

tokenContractCodestring

Optional. Code for the token contract.

adminContractsCodestring[]

Optional. Code for the admin contracts.

TokenInfo
{
"symbol": "string",
"name": "string",
"description": "string",
"imageUrl": "string",
"imageBase64": "string",
"twitter": "string",
"discord": "string",
"telegram": "string",
"instagram": "string",
"facebook": "string",
"website": "string",
"tokenContractCode": "string",
"adminContractsCode": [
"string"
]
}