Skip to main content

Supply 1m-3m

BTC in UTXOs 1m-3m old

PropertyValue
CategorySupply Analysis
UnitBTC
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/cohort/metrics/1m_3m
Fieldsupply_1m_3m

Overview

Supply 1m-3m measures Bitcoin in UTXOs aged 1 to 3 months. Coins in this cohort have survived the initial speculative window and represent emerging medium-term conviction.

Formula

Supply1m3m=30age<90 daysUTXO amount\text{Supply}_{1m-3m} = \sum_{30 \leq \text{age} \lt 90\text{ days}} \text{UTXO amount}

Interpretation

  • Rising: Recent buyers are holding through initial volatility — a sign of growing conviction.
  • Falling: Coins from 1-3 months ago are being spent, possibly indicating profit-taking or stop-loss exits.

Use Cases

  • Identify whether post-rally buyers become holders or sellers
  • Track the STH-to-LTH supply pipeline
  • Assess medium-term market sentiment

API Usage

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