Analytics Section endpoint descriptions and links.
Iotascan's Analytics page shows analytical charts and widgets that display aggregated data across the Iota Network.
The following analytics endpoints are available on Blockberry:
Endpoint | Description |
---|---|
getAvgTransactionBlocksFee | Get the average amount of fee collected for executing transaction blocks throughout the Iota Network. |
getActiveValidatorsChart | Get a chart showing a list of validators in the active set for the selected period, i.e. validators that have over 30 mln Iota stake and participate in the Consensus. |
getAvgFeeChart | Get a chart showing the average transaction fee throughout the Iota Network for the selected period. |
getAvgStoragePriceChart | Get a chart showing the average price for storing objects in the Iota storage for the selected period. |
getAvgStorageRebateChart | Get a chart showing the average storage rebate amount throughout the Iota Network for the selected period. Rebate is the compensation paid to object owners when such objects are deleted from the storage. |
getDailyActiveAccountsChart | Get a chart showing accounts that have been mentioned in any transaction for the selected period. |
getEpochDataChart | Get a chart showing the current epoch data for the selected period: epoch start date, epoch time, latest checkpoint. |
getMaxFeeChart | Get a chart showing the maximum transaction fee ever tracked on the Iota Network for the selected period. |
getMinFeeChart | Get a chart showing the minimum transaction fee ever tracked on the Iota Network for the selected period. |
getAccountsCountChart | Get a chart showing the total number of accounts on the Iota Network for the selected period. |
getCheckpointsCountChart | Get a chart showing the total number of checkpoints on the Iota Network for the selected period. Checkpoints are equivalents to blocks in Iota. |
getCoinsCountChart | Get a chart showing the total number of coin denominations on the Iota Network for the selected period. |
getNftsCountChart | Get a chart showing the total number of NFTs on the Iota Network for the selected period. |
getPackagesCountChart | Get a chart showing the total number of packages on the Iota Network for the selected period.Packages are smart contracts that execute custom logic. |
getTransactionBlocksCountChart | Get a chart showing the total number of transaction blocks on the Iota Network for the selected period. On Iota, transaction blocks are added in checkpoints and contain smaller atomic transactions. |
getTransactionsCountChart | Get a chart showing the total number of transactions on the Iota Network for the selected period. On Iota, transactions are atomic units that execute a particular logic that are contained in transaction blocks. |