Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 2.05 KB

Statistics.md

File metadata and controls

23 lines (20 loc) · 2.05 KB

Statistics

Properties

Name Type Description Notes
cycle int Cycle at the end of which the statistics has been calculated. This field is only present in cyclic statistics. [optional]
_date datetime Day at the end of which the statistics has been calculated. This field is only present in daily statistics. [optional]
level int Level of the block at which the statistics has been calculated [optional]
timestamp datetime Timestamp of the block at which the statistics has been calculated (ISO 8601, e.g. `2020-02-20T02:40:57Z`) [optional]
total_supply int Total supply - all existing tokens (including locked vested funds and frozen funds) plus not yet activated fundraiser tokens [optional]
circulating_supply int Circulating supply - all active tokens which can affect supply and demand (can be spent/transferred) [optional]
total_bootstrapped int Total amount of tokens initially created when starting the blockchain [optional]
total_commitments int Total commitment amount (tokens to be activated by fundraisers) [optional]
total_activated int Total amount of tokens activated by fundraisers [optional]
total_created int Total amount of created/issued tokens [optional]
total_burned int Total amount of burned tokens [optional]
total_banished int Total amount of tokens sent to the null-address, which is equivalent to burning [optional]
total_frozen int Total amount of frozen tokens (frozen security deposits, frozen rewards and frozen fees) [optional]
quote OneOfStatisticsQuote Injected historical quote at the time of the block at which the statistics has been calculated [optional]
total_vested int [DEPRECATED] [optional]

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