v1

latestOpenAPI 3.0.42026-07-2233241175.9 KB
Performance

Performance Aggregated

Returns aggregated performance metrics for a known collection or group of validators. Known collections are referenced by index, public key, deposit address, or withdrawal address.

Use case guide: Validator performance explains how to monitor BeaconScore, select evaluation windows, and compare validator sets.

This endpoint includes the BeaconScore metric, which measures how well validators perform their duties. Learn more about how BeaconScore is calculated.

Coming Soon: Support for querying arbitrary time ranges using Unix timestamps, epochs, or slots — exclusively for Scale and Enterprise plans.

post/api/v2/ethereum/validators/performance-aggregate

Request body

chain'mainnet' | 'hoodi'

The Ethereum chain to query.

Response

Successful response.

Example response

{
  "data": {
    "duties": {
      "attestation": {
        "avg_inclusion_delay": 1.2,
        "avg_inclusion_delay_excluding_missed_slots": 1.2
      }
    }
  }
}