Profitability
Contents
UTXO Cnt in Loss
Definition
The sum count of unspent transaction outputs created on days where the closing price was higher than the closing price at the end of the period.
Name
MetricID
Unit
Interval
UTXO Cnt in Loss
UTXOLossCnt
UTXO
1 day
Release History
Release Version: NDP-EOD 4.8 (Nov, 2020)
Availability for Assets
UTXO Cnt in Profit
Definition
The sum count of unspent transaction outputs created on days where the closing price was lower than or equal to the closing price at the end of the period.
Name
MetricID
Unit
Interval
UTXO Cnt in Profit
UTXOProfCnt
UTXO
1 day
Release History
Release Version: NDP-EOD 4.8 (Nov, 2020)
Availability for Assets
API Endpoints
Profitability metrics can be accessed using these endpoints:
timeseries/asset-metrics
and by passing in the metric ID's UTXO*
in the metrics
parameter.
curl --compressed "https://api.coinmetrics.io/v4/timeseries/asset-metrics?metrics=UTXOProfCnt&assets=btc&pretty=true&api_key=<your_key>"
Last updated
Was this helpful?