Network Profit Loss

Definition

Network Profit/Loss (NPL for short) computes the average profit or loss of all coins that change addresses daily. For each coin that moves on-chain, NPL takes the price at which it was last moved and assumes this to be its acquisition price. Once it changes addresses again, NPL assumes the coin was sold.


Access

Restricted Access.


Measuring Unit

Amount in dollars


Data Type

Timeseries Data


Change Metrics

Change Metrics


Frequency

Five-Minute Intervals


Latency

On-Chain Latency


Available Assets

Available for these assets


SanAPI

Example of query for network_profit_loss:

1
2
3
4
5
6
7
8
9
10
11
12
13
{
  getMetric(metric: "network_profit_loss") {
    timeseriesData(
      slug: "santiment"
      from: "2021-01-01T00:00:00Z"
      to: "2021-02-01T00:00:00Z"
      interval: "1d"
    ) {
      datetime
      value
    }
  }
}

Run in explorer

Full list of metrics

The full list of Network Profit Loss metrics is:

Open Metrics List

  • network_profit_loss
  • network_profit_loss_change_1d
  • network_profit_loss_change_30d
  • network_profit_loss_change_7d
Help & Feedback

We are using cookies to improve your experience!

By clicking “Allow all”, you agree to use of all cookies. Visit our Cookies Policy to learn more.