Validator Supply

Contents

Supply Staked in Validators

Definition

Supply staked in validators.

NameMetricIDUnitInterval

Supply Staked in Validators

SplyStkedNtv

Native Units

1 day

Details

  • Sum of all balances from all eligible active validators (validators with 'active' or 'pending' status).

Release History

  • Released September 2022.

Sum of all Balances from Active Validators

Definition

Supply from validators that were active that day.

NameMetricIDUnitInterval

Active Staking Supply

SplyActStkedNtv

Native Units

1 day

Details

  • Sum of all balances from actively participating validators.

Release History

  • Released September 2022.

Total Staked Supply

Definition

Sum of all balances held by all validators.

NameMetricIDUnitInterval

Total Staked Supply

SplyTotStkedNtv

Native Units

1 day

Details

  • Sum of all balances held by all validators, regardless of status (i.e. rewarded supply, slashed supply, etc.)

Release History

  • Released September 2022.

API Endpoints

Validator Supply metrics can be accessed using these endpoints:

  • timeseries/asset-metrics

and by passing in the metric ID's SplyStked* in the metrics parameter.

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

Last updated