Consensus Health

Contents

Attestation Count

Definition

Count of Attestations in a 1 minute interval. One attestation can aggregate multiple validators votes.

NameMetricIDUnitInterval

Attestation Count

AttestCnt

Attestations

1 minute

Details

  • Count of all attestations in the last 1 minute interval.

Release History

  • Released November 2023.

Availability for Assets

Attestations in Epoch

Definition

Count of Attestations in a 1 minute interval within the current Epoch. One attestation can aggregate multiple validators votes.

NameMetricIDUnitInterval

Attestations in Epoch Count

AttestEpochCnt

Attestations

1 minute

Details

  • Count of all attestations in the last 1 minute interval in the current Epoch.

  • If the current 1 minute window spans an Epoch boundary only attestations in the current Epoch are counted.

Release History

  • Released November 2023.

Availability for Assets

Count of Validators with Attestation in Epoch

Definition

Count of Validators who attested in a 1 minute interval within the current Epoch.

NameMetricIDUnitInterval

Count of Validators with Attestation in Epoch

AttestEpochValCnt

Validators

1 minute

Details

  • Count of all validators who attested in the last 1 minute interval in the current Epoch.

  • If the current 1 minute window spans an Epoch boundary only validators attesting in the current Epoch are counted.

Release History

  • Released November 2023.

Availability for Assets

Count of Validators with Attestation

Definition

Count of Validators who attested in a 1 minute interval.

NameMetricIDUnitInterval

Count of Validators with Attestation

AttestValCnt

Validators

1 minute

Details

  • Count of all validators who attested in the last 1 minute interval.

Release History

  • Released November 2023.

Availability for Assets

Count of Validators with Late Attestation

Definition

Count of Validators who attested late in a 1 minute interval.

NameMetricIDUnitInterval

Count of Validators with Late Attestation

AttestValLateCnt

Validators

1 minute

Details

  • Count of all validators who attested late in the last 1 minute interval.

  • A late attestation is one whose slot is not the previous slot

Release History

  • Released November 2023.

Availability for Assets

Current Epoch

Definition

Number of the current Epoch

NameMetricIDUnitInterval

Current Epoch

EpochCurr

Epoch

1 minute

Details

  • Returns the number of the current Epoch, updated on a 1 minute interval

Release History

  • Released November 2023.

Availability for Assets

Latest Finalized Epoch

Definition

Number of the latest finalized Epoch

NameMetricIDUnitInterval

Latest Finalized Epoch

EpochFinal

Epoch

1 minute

Details

  • Returns the number of the latest Finalized Epoch, updated on a 1 minute interval.

  • Finalization rules follow those of the underlying protocol.

Release History

  • Released November 2023.

Availability for Assets

Latest Justified Epoch

Definition

Number of the latest justified Epoch

NameMetricIDUnitInterval

Latest Justified Epoch

EpochJust

Epoch

1 minute

Details

  • Returns the number of the latest Justified Epoch, updated on a 1 minute interval.

  • Rules for considering an Epoch Justified follow those of the underlying protocol.

Release History

  • Released November 2023.

Availability for Assets

API Endpoints

Consensus Health metrics can be accessed using these endpoints:

  • timeseries/asset-metrics

and by passing in the metric ID's above (Attest*, Epoch* , etc) in the metrics parameter.

curl --compressed "https://api.coinmetrics.io/v4/timeseries/asset-metrics?metrics=AttestCnt&assets=eth&pretty=true&api_key=<your_key>"

Last updated