---
title: "Profit and Loss (Supply)"
method: GET
path: "/btc/network-indicator/pnl-supply"
tags: ["BTC Network Indicator"]
---

# Profit and Loss (Supply)

`GET /btc/network-indicator/pnl-supply`

Profit and Loss (Supply) evaluates the sum of UTxOs being in profit or not by comparing the price between created and destroyed.
These metrics are similar to the ones in Profit and Loss (UTxO) but differ from putting more weight on each UTxO with its value.
Sometimes we want to know the exact alive bitcoin transaction output value in profit. `pnl-supply` will show it accuretely.
`pnl-supply` is calculated as the sum of UTxO value.


**📖 Data Guide:** [Profit and Loss (Supply)](/data-guide/utxo/profit-and-loss-supply) — definition, interpretation, and chart examples.

## Query parameters

- `window` string
- `from` string
- `to` string
- `limit` integer
- `format` string

## Response `200`

pnl-supply

- object
  - `status` object, required — The status object is return with most of requests and indicates if the request was successful. If it is not successful, error information is included.
    - `code` integer, required — HTTP status code
    - `message` string, required — Text description of the error or success.
  - `result` object, required
    - `window` string, required — The size of window. It can be day or block, and it depends on the user request.
    - `data` object[], required
      - `blockheight` string — The height of the block. This optional field only appears when window=block is used.
      - `date` string — The date in YYYY-DD-MM. This optional field only appears when window=day is used.
      - `datetime` string — The date and time formatted as YYYY-MM-DD HH:MM:SS (UTC time). This field only appears when window=block is used.
      - `profit_percent` number, required — A percent of the sum of UTxO value in profit among total sum of UTxO value.
      - `loss_percent` number, required — A percent of the sum of UTxO value in loss among total sum of UTxO value.
      - `profit_amount` number, required — The sum of UTxO value in profit.
      - `loss_amount` number, required — The sum of UTxO value in loss.

---

[API](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api.md) · [All operations](https://skmtc.net/cryptoquant/apis/cryptoquant-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cryptoquant/cryptoquant-data-api/versions/81ee223d4908/schema)
