---
title: "Spent Output Profit Ratio"
method: GET
path: "/btc/market-indicator/sopr"
tags: ["BTC Market Indicator"]
---

# Spent Output Profit Ratio

`GET /btc/market-indicator/sopr`

`sopr` is abbreviation of Spent Output Profit Ratio.
Spent Output Profit Ratio evaluates the profit ratio of the whole market participants by comparing the value of outputs at spent time to created time.
`sopr` is a ratio that is calculated as the USD value of spent outputs at the spent time divided by the USD value of spent outputs at the created time.
So you can see the value when UTxO destroyed. In a simple way, you can estimate the distribution of spent transaction output are in profit or not.


**📖 Data Guide:** [Spent Output Profit Ratio (SOPR)](/data-guide/utxo/spent-output-profit-ratio-sopr) · [aSOPR (Adjusted SOPR)](/data-guide/utxo/spent-output-profit-ratio-sopr/asopr-adjusted-sopr) · [STH-SOPR](/data-guide/utxo/spent-output-profit-ratio-sopr/sth-sopr) · [LTH-SOPR](/data-guide/utxo/spent-output-profit-ratio-sopr/lth-sopr) — definition, interpretation, and chart examples.

## Query parameters

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

## Response `200`

spent_output_profit_ratio

- 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.
      - `sopr` number, required — Spent Output Profit Ratio is a ratio of spent outputs in profit at the time of the window.
      - `a_sopr` number, required — Adjusted spent output only includes alive more than 1 hour.
      - `sth_sopr` number, required — Short term holder spent output only includes alive more than 1 hour and less than 155 days.
      - `lth_sopr` number, required — Long term holder spent output only includes alive more than 155 days.

---

[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/revisions/81ee223d4908/schema)
