Profitability
Last updated
Last updated
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.
Name | MetricID | Unit | Interval |
---|---|---|---|
Supply in UTXOs at Profit (native units) | SplyUTXOProf | Native units | 1 day |
Release Version: NDP-EOD 4.8 (Nov, 2020)
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.
Name | MetricID | Unit | Interval |
---|---|---|---|
Supply in UTXOs at Loss (native units) | SplyUTXOLoss | Native units | 1 day |
Release Version: NDP-EOD 4.8 (Nov, 2020)
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.
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.