Profitability

Contents

Supply in UTXOs at Profit (native units)

Definition

The sum of all native units held in 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.

NameMetricIDUnitInterval

Supply in UTXOs at Profit (native units)

SplyUTXOProf

Native units

1 day

Release History

  • Release Version: NDP-EOD 4.8 (Nov, 2020)

Availability for Assets

Supply in UTXOs at Loss (native units)

Definition

The sum of all native units held in unspent transaction outputs created on days when the closing price was higher than the closing price at the end of the period.

NameMetricIDUnitInterval

Supply in UTXOs at Loss (native units)

SplyUTXOLoss

Native units

1 day

Release History

  • Release Version: NDP-EOD 4.8 (Nov, 2020)

Availability for Assets

API Endpoints

Supply Profitability metrics can be accessed using these endpoints:

  • timeseries/asset-metrics

and by passing in the metric ID's SplyUTXOProf and SplyUTXOLoss in the metrics parameter.

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

Last updated