v1

latestOpenAPI 3.1.02026-07-12185391.3 KB
Chain Metrics

Get rolling window metrics for EVM chains

Gets the rolling window metrics for an EVM chain for the last hour, day, week, month, 90 days, year, and all time. Active addresses/active senders only support last hour, day, and week.

get/v2/chains/{chainId}/rollingWindowMetrics/{metric}

Path parameters

metric'gasUsed' | 'txCount' | 'avgGps' | 'maxGps' | 'avgTps' | 'maxTps' | 'avgGasPrice' | 'maxGasPrice' | 'feesPaid' | 'contracts' | 'deployers' | 'activeAddresses' | 'activeSenders' required

Which chain level metric to fetch for the rolling window.

chainIdstring required

A supported EVM chain ID or one of "total", "mainnet", or "testnet". Use the /chains endpoint to get a list of supported chain IDs.

Response

Successful response