Skip to main content

Realized Cap 1w-1m

Realized cap of UTXOs 1w-1m

PropertyValue
CategoryValuation Metrics
UnitUSD
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/cohort/metrics/1w_1m
Fieldrealized_cap_1w_1m

Overview

Realized Cap 1w-1m is the total cost basis of UTXOs aged 1 week to 1 month.

Formula

Realized Cap1w1m=7age<30 daysamounti×price(cohort_datei)\text{Realized Cap}_{1w-1m} = \sum_{7 \leq \text{age} \lt 30\text{ days}} \text{amount}_i \times \text{price}(\text{cohort\_date}_i)

Interpretation

  • Captures the total capital committed by recent accumulators.
  • Compares with supply to derive the average cost basis for this cohort.

Use Cases

  • Track capital committed by recent buyers
  • Assess the total value at risk for the 1w-1m cohort
  • Monitor capital flow maturation from short-term to medium-term

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"