Validator Supply
Last updated
Last updated
Supply staked in validators.
Name | MetricID | Unit | Interval |
---|---|---|---|
Sum of all balances from all eligible active validators (validators with 'active' or 'pending' status).
Released September 2022.
Supply from validators that were active that day.
Sum of all balances from actively participating validators.
Released September 2022.
Sum of all balances held by all validators.
Sum of all balances held by all validators, regardless of status (i.e. rewarded supply, slashed supply, etc.)
Released September 2022.
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.
Name | MetricID | Unit | Interval |
---|---|---|---|
Name | MetricID | Unit | Interval |
---|---|---|---|
Supply Staked in Validators
SplyStkedNtv
Native Units
1 day, 1 hour
Active Staking Supply
SplyActStkedNtv
Native Units
1 day, 1 hour
Total Staked Supply
SplyTotStkedNtv
Native Units
1 day, 1 hour
Returns requested metrics for specified assets. Results for block by block metrics (1b
frequency) are ordered by tuple (asset, height, block_hash)
, all other metrics are ordered by tuple (asset, time)
. You can change the sorting using sort
query parameter. Supported output formats are json
(default) and csv
, use format
query parameter to override it. To fetch the next page of results use next_page_url
JSON response field or x-next-page-url
CSV HTTP header if present. If multiple metrics are requested in the same time the strict policy for partially available metrics among requested ones is applied:
Time series of metrics for an asset.
Token of the next page results for a given request.
URL of the next page results for a given request.