---
title: "Spent Output Supply Distribution"
method: GET
path: "/btc/network-indicator/spent-output-supply-distribution"
tags: ["BTC Network Indicator"]
---

# Spent Output Supply Distribution

`GET /btc/network-indicator/spent-output-supply-distribution`

Spent Output Supply Distribution is a set of active sum of spent outputs with balance (supply) bands. This indicator summarizes how much UTxOs are destroyed by whales or retails (each band). We provide the distribution values in native, USD, and percent values.


**📖 Data Guide:** [Spent Output Value Bands](/data-guide/utxo/utxo-bands-value/spent-output-value-bands) — definition, interpretation, and chart examples.

## Query parameters

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

## Response `200`

spent-output-supply-distribution

- 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, hour, 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 or window=hour is used.
      - `range_0_001` number, required — Total sum of spent outputs with balance between 0 and 0.01.
      - `range_001_01` number, required — Total sum of spent outputs with balance between 0.01 and 0.1.
      - `range_01_1` number, required — Total sum of spent outputs with balance between 0.1 and 1.
      - `range_1_10` number, required — Total sum of spent outputs with balance between 1 and 10.
      - `range_10_100` number, required — Total sum of spent outputs with balance between 10 and 100.
      - `range_100_1k` number, required — Total sum of spent outputs with balance between 100 and 1k.
      - `range_1k_10k` number, required — Total sum of spent outputs with balance between 1k and 10k.
      - `range_10k_inf` number, required — Total sum of spent outputs with balance over 10k.
      - `range_0_1_usd` number, required — Total sum of spent outputs with balance between $0 and $1.
      - `range_1_10_usd` number, required — Total sum of spent outputs with balance between $1 and $10.
      - `range_10_100_usd` number, required — Total sum of spent outputs with balance between $10 and $100.
      - `range_100_1k_usd` number, required — Total sum of spent outputs with balance between $100 and $1k.
      - `range_1k_10k_usd` number, required — Total sum of spent outputs with balance between $1k and $10k.
      - `range_10k_100k_usd` number, required — Total sum of spent outputs with balance between $10k and $100k.
      - `range_100k_1M_usd` number, required — Total sum of spent outputs with balance between $100k and $1M.
      - `range_1M_inf_usd` number, required — Total sum of spent outputs with balance over $1M.
      - `range_0_001_percent` number, required — Percent sum of spent outputs with balance between 0 and 0.01.
      - `range_001_01_percent` number, required — Percent sum of spent outputs with balance between 0.01 and 0.1.
      - `range_01_1_percent` number, required — Percent sum of spent outputs with balance between 0.1 and 1.
      - `range_1_10_percent` number, required — Percent sum of spent outputs with balance between 1 and 10.
      - `range_10_100_percent` number, required — Percent sum of spent outputs with balance between 10 and 100.
      - `range_100_1k_percent` number, required — Percent sum of spent outputs with balance between 100 and 1k.
      - `range_1k_10k_percent` number, required — Percent sum of spent outputs with balance between 1k and 10k.
      - `range_10k_inf_percent` number, required — Percent sum of spent outputs with balance over 10k.

---

[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)
