Penalty Metrics
Contents
Penalty Amounts
Definition
Amount of tokens taken as penalty from Validators in native units.
Name
MetricID
Unit
Interval
Penalty Amounts
PenaltyNtv
Native Units
1 day, 1 hour
Asset Specific Details
This metric is available for Ethereum only under the ETH_CL ticker. The definition of penalties follows that of Ethereum as outlined here: https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/rewards-and-penalties/#penalties
Release History
Released November 2023.
Availability for Assets
API Endpoints
Flows metrics can be accessed using these endpoints:
timeseries/asset-metrics
and by passing in the metric ID's PenaltyNtv
in the metrics
parameter.
curl --compressed "https://api.coinmetrics.io/v4/timeseries/asset-metrics?metrics=PenaltyNtv&assets=eth&pretty=true&api_key=<your_key>"
Last updated
Was this helpful?