Penalty Metrics

Contents

Penalty Amounts

Definition

Total amout of penalties enforced by the protocol in native units.

Details

  • Due to the nature of how penalties are enforced, this metric operates on a 1 day frequency to accurately represent 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