Metrics Latest

Get metrics for recent confirmed transactions 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

FieldTypeDecription
timestampstringThe 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
feesAveragestringThe average amount of fees for the given time frame "tick" (24h) in the base unit for the blockchain. See full value conversion reference here.
feesAverageUSDstringThe fees average in USD per "tick".
feesTotalstringThe total amount of fees for the given time frame (24h) in the base unit for the blockchain. See full value conversion reference here.
feesTotalUSDstringThe fees total in USD.
feesUnitstringThe base unit used in representing fee amounts. Default is the base unit of the cryptocurrency. Example: wei for Ethereum's Ether. See full value conversion reference here.
transactionsTotalstringThe total amount of transactions for the given time frame (24h).
valueAveragestringThe average amount of value for the given time frame "tick" (24h) in the base unit for the blockchain. See full value conversion reference here.
valueAverageUSDstringThe value average in USD per "tick".
valueTotalstringThe total amount of value for the given time frame (24h) in the base unit for the blockchain. See full value conversion reference here.
valueTotalUSDstringThe value total in USD.
valueUnitstringThe base unit used in representing fee amounts. Default is the base unit of the cryptocurrency. Example: wei for Ethereum's Ether. See full value conversion reference here.
functionsTotalstringThe total number of contract function calls confirmed in the transactions during this time frame. (Only applies to blockchains supporting contracts)
gasPriceAveragestringThe average gas price used in the transactions during this time frame. Unit is in wei. (Only applies to EVM blockchains) See full value conversion reference here.
inputsAveragestringThe average amount of inputs for the given time frame "tick" (24h) in the base unit for the blockchain.
inputsTotalstringThe total number of transaction inputs confirmed in the blocks during this time frame
outputsAveragestringThe average amount of outputs for the given time frame "tick" (24h) in the base unit for the blockchain.
outputsTotalstringThe total number of transaction outputs confirmed in the blocks during this time frame
Language
Authorization
Header
Click Try It! to start a request and see the response here!