get https://api.amberdata.com/blockchains/blocks/metrics/latest
Get metrics for recent confirmed blocks for a given blockchain.
Default metrics are for Ethereum over a 24h period. Changing the header blockchain ID will return that blockchains metrics.
Blockchains Supported
This endpoint supports Bitcoin, Bitcoin Cash, Ethereum and Litecoin.
Response Data
Field | Type | Decription |
---|---|---|
baseFeeAverage | number | Average base fee during this time frame (Ethereum only) |
baseFeeMaximum | number | Greatest base fee during this time frame (Ethereum only) |
baseFeeMinimum | number | Smallest base fee during this time frame (Ethereum only) |
baseFeeTotal | number | Total base fee during this time frame (Ethereum only) |
burntFeeAverage | number | Average supply of Ether burnt during this time frame (Ethereum only) |
burntFeeMaximum | number | Greatest supply of Ether burnt during this time frame (Ethereum only) |
burntFeeMinimum | number | Smallest supply of Ether burnt during this time frame (Ethereum only) |
burntFeeTotal | number | Total supply of Ether burnt during this time frame (Ethereum only) |
difficultyAverage | number | The average block difficulty in mining during this time frame |
difficultyMaximum | number | The greatest block difficulty in mining during this time frame |
difficultyMinimum | number | The smallest block difficulty in mining during this time frame |
durationAverage | number | The average time needed to confirm a block. Value is represented in Milliseconds. |
durationMaximum | number | The greatest time needed to confirm a block. Value is represented in Milliseconds. |
durationMinimum | number | The smallest time needed to confirm a block. Value is represented in Milliseconds. |
hashrateAverage | number | The average hashrate used in mining during this time frame |
issuanceAverage | number | The average amount of blockchain cryptocurrency issued for the specified time window. Default is Wei for Ethereum. See full value conversion reference here. |
issuanceMaximum | number | The greatest amount of blockchain cryptocurrency issued for the specified time window. Default is Wei for Ethereum. See full value conversion reference here. |
issuanceMinimum | number | The smallest amount of blockchain cryptocurrency issued for the specified time window. Default is Wei for Ethereum. See full value conversion reference here. |
issuanceTotal | number | The total amount of blockchain cryptocurrency issued for the specified time window. Default is Wei for Ethereum. See full value conversion reference here. |
issuanceUnit | string | The base unit used in representing issuance amounts. Default is the base unit of the cryptocurrency. Example: wei for Ethereum's Ether. |
sizeAverage | number | The average size of block data confirmed in the blocks during this time frame |
sizeMaximum | number | The greatest size of block data confirmed in the blocks during this time frame |
sizeMinimum | number | The smallest size of block data confirmed in the blocks during this time frame |
sizeTotal | number | The total size of block data confirmed in the blocks during this time frame |
transactionFeeAverage | number | The average transaction fees paid to miners |
transactionFeeMaximum | number | The greatest transaction fees paid to miners |
transactionFeeMinimum | number | The smallest transaction fees paid to miners |
transactionFeeTotal | number | The total transaction fees paid to miners |
transactionsAverage | number | The average number of transactions confirmed in the blocks during this time frame |
transactionsMaximum | number | The greatest number of transactions confirmed in the blocks during this time frame |
transactionsMinimum | number | The smallest number of transactions confirmed in the blocks during this time frame |
transactionsTotal | number | The total number of transactions confirmed in the blocks during this time frame |
timestamp | timestamp | The timestamp signifying this "tick" of data, this is the time of the close of a tick, in the case of 1d tick, it would be the timestamp of UTC midnight. Default is ISO, but supports MS |