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

# Profit and Loss (UTxO)

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

Profit and Loss (UTxO) evaluates the number of UTxOs being in profit or not by comparing the price between created and destroyed.
When the price at destroyed time is higher than created, this transaction is in profit.


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

## Query parameters

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

## Response `200`

pnl-utxo

- 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. This metric supports only day resolution.
    - `data` object[], required
      - `date` string — The date in YYYY-DD-MM. This optional field only appears when window=day is used.
      - `profit_percent` number, required — A percent of the number of UTxO in profit among total number of UTxO.
      - `loss_percent` number, required — A percent of the number of UTxO in loss among total number of UTxO.
      - `profit_amount` number, required — The number of UTxO in profit.
      - `loss_amount` number, required — The number of UTxO 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)
