Skip to main content

Supply 1w-1m

BTC in UTXOs 1w-1m old

PropertyValue
CategorySupply Analysis
UnitBTC
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/cohort/metrics/1w_1m
Fieldsupply_1w_1m

Overview

Supply 1w-1m tracks Bitcoin in UTXOs aged 1 week to 1 month. This cohort captures coins that have settled past initial transaction noise but are still relatively young.

Formula

Supply1w1m=7age<30 daysUTXO amount\text{Supply}_{1w-1m} = \sum_{7 \leq \text{age} \lt 30\text{ days}} \text{UTXO amount}

Interpretation

  • Growing supply in this band often reflects recent accumulation that is being held.
  • Shrinking supply suggests coins are either being spent or aging into the 1m-3m cohort.

Use Cases

  • Gauge whether recent buyers are holding or flipping
  • Identify early accumulation trends after market dips
  • Track the transition from speculative to conviction-based holding

API Usage

curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.blocklens.co/v1/cohort/metrics/1w_1m?start_date=2024-01-01&end_date=2024-12-31&limit=365"