Get metrics for EVM chains
Gets metrics for an EVM chain over a specified time interval aggregated at the specified time-interval granularity.
Path Parameters
Which chain level metric to fetch.
activeAddresses
, activeSenders
, cumulativeTxCount
, cumulativeAddresses
, cumulativeContracts
, cumulativeDeployers
, gasUsed
, txCount
, avgGps
, maxGps
, avgTps
, maxTps
, avgGasPrice
, maxGasPrice
, feesPaid
A supported EVM chain ID or one of "total", "mainnet", or "testnet". Use the /chains
endpoint to get a list of supported chain IDs.
Query Parameters
Query param for retrieving items after a specific timestamp.
x > 0
Query param for retrieving items before a specific timestamp.
x > 0
Time interval granularity for data aggregation. Metrics prefixed with "cumulative", "max", or "avg" only support timeInterval equal to "day".
hour
, day
, week
, month
A page token, received from a previous list call. Provide this to retrieve the subsequent page.
The maximum number of items to return. The minimum page size is 1. The maximum pageSize is 2160.
1 < x < 2160
Was this page helpful?