Token Model
The Token Model represents a single NFT token. The Token Model follows the following structure:
Name | Description | Type |
---|---|---|
contract_address | Contract address of the token | string |
name | Name of the token | string |
symbol | Symbol of the token | string |
decimals | The number of decimals used by the token in user representations. | integer |
created_timestamp | The token's timestamp of creation (in ISO-8601 format). | date-time |
standard | The standard of the token (ERC-20 or ERC-777). | string |
supply | The token's total supply (tokens minted minus tokens burned). | integer |
external_url | The token's website URL. | string |
image_url | The token's icon image URL. | string |
twitter_username | The token's Twitter username. | string |
telegram_url | The token's Telegram URL. | string |
discord_url | The token's Discord URL. | string |
whitepaper_url | The token's whitepaper URL. | string |
last_refreshed | The timestamp at which the token was last refreshed by the Transpose backend (in ISO-8601 format). | date-time |
Got questions? Join our Discord
Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.