Skip to main content

Supply 1d-1w

BTC in UTXOs 1d-1w old

PropertyValue
CategorySupply Analysis
UnitBTC
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/cohort/metrics/1d_1w
Fieldsupply_1d_1w

Overview

Supply 1d-1w measures Bitcoin held in UTXOs aged between 1 day and 1 week. These are very recently moved coins that have not yet settled into longer holding periods.

Formula

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

Interpretation

  • Rising values suggest sustained short-term transactional activity.
  • Falling values indicate coins are aging into longer cohorts (holders are not spending).

Use Cases

  • Track short-term market participation and speculative activity
  • Identify whether recent movers are continuing to transact or holding
  • Monitor exchange-related flows that settle within a week

API Usage

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