API Reference
Get rolling window metrics for EVM chains
Gets the rolling window metrics for an EVM chain for the last hour, day, month, year, and all time.
GET
/
v2
/
chains
/
{chainId}
/
rollingWindowMetrics
/
{metric}
Path Parameters
metric
enum<string>
requiredWhich chain level metric to fetch for the rolling window.
Available options:
gasUsed
, txCount
, avgGps
, maxGps
, avgTps
, maxTps
, avgGasPrice
, maxGasPrice
chainId
string
requiredA supported EVM chain ID or one of "total", "mainnet", or "testnet". Use the /chains
endpoint to get a list of supported chain IDs.
Response
200 - application/json
result
object
requiredArray of current metrics values for different windows.
Was this page helpful?