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
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.
Query param for retrieving items before a specific timestamp.
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.
Response
A token, which can be sent as pageToken
to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
Array of current metrics values at different timestamps.
Was this page helpful?