Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.76 KB

Token.md

File metadata and controls

23 lines (20 loc) · 1.76 KB

Token

Properties

Name Type Description Notes
id int Internal TzKT id (not the same as `tokenId`). [sortable] [optional]
contract OneOfTokenContract Contract, created the token. [optional]
token_id str Token id, unique within the contract. [sortable] [optional]
standard str Token standard (`fa1.2` or `fa2`). [optional]
first_level int Level of the block where the token was first seen. [sortable] [optional]
first_time datetime Timestamp of the block where the token was first seen. [optional]
last_level int Level of the block where the token was last seen. [sortable] [optional]
last_time datetime Timestamp of the block where the token was last seen. [optional]
transfers_count int Total number of transfers. [sortable] [optional]
balances_count int Total number of holders ever seen. [sortable] [optional]
holders_count int Total number of current holders. [sortable] [optional]
total_minted str Total number of minted tokens (raw value, not divided by `decimals`). [optional]
total_burned str Total number of burned tokens (raw value, not divided by `decimals`). [optional]
total_supply str Total number of existing tokens (raw value, not divided by `decimals`). [optional]
metadata object Token metadata. [sortable] [optional]

[Back to Model list] [Back to API list] [Back to README]