---
title: "Adjusted Supply"
method: GET
path: "/v1/metrics/supply/current_adjusted"
---

# Adjusted Supply

`GET /v1/metrics/supply/current_adjusted`

**Definition.** Adjusted Circulating Supply is the circulating supply with an estimate of lost coins removed.\n\n**Technical.** The amount of lost coins is estimated as all coins that have not moved in over seven years.\n

[View in Studio](https://studio.glassnode.com/charts/supply.CurrentAdjusted?a=BTC)

## Query parameters

- `a` string, required
- `s` integer
- `u` integer
- `i` string
- `f` 'csv' | 'json'
- `c` string
- `timestamp_format` 'unix' | 'humanized'

## Response `200`

Successful response

- TimeSeriesDataPoint[]
  - `t` integer — Unix timestamp
  - `v` union — Metric value (can be number, object, or array depending on the metric)
    - number
    - object
  - `o` object — Object containing multiple metric values (when applicable)

## Other responses

- `400` — Bad Request - Invalid parameters or unsupported asset
- `401` — Unauthorized - Invalid or missing API key
- `429` — Too Many Requests - Rate limit exceeded

---

[API](https://skmtc.net/glassnode/apis/glassnode-api-addresses.md) · [All operations](https://skmtc.net/glassnode/apis/glassnode-api-addresses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/glassnode/glassnode-api-addresses/versions/7f6a24031f46/schema)
