v1
latestOpenAPI 3.0.42026-07-2233241175.9 KBNetwork
Network Performance
Returns aggregated performance metrics for the entire network in the given time range.
Use case guide: Entity benchmarking uses this endpoint as the network baseline for public and private validator-set comparisons.
Must provide either start + end times or epochs
Coming Soon: Support for querying arbitrary time ranges using Unix timestamps, epochs, or slots — exclusively for Scale and Enterprise plans.
post/api/v2/ethereum/performance-aggregate
Request body
Response
Successful response.
Example response
{
"data": {
"duties": {
"attestation": {
"avg_inclusion_delay": 1.2,
"avg_inclusion_delay_excluding_missed_slots": 1.2
}
}
}
}