Skip to main content

Realized Cap 1y-2y

Realized cap of UTXOs 1y-2y

PropertyValue
CategoryValuation Metrics
UnitUSD
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/cohort/metrics/1y_2y
Fieldrealized_cap_1y_2y

Overview

Realized Cap 1y-2y is the total cost basis of UTXOs aged 1 to 2 years.

Formula

Realized Cap1y2y=365age<730 daysamounti×price(cohort_datei)\text{Realized Cap}_{1y-2y} = \sum_{365 \leq \text{age} \lt 730\text{ days}} \text{amount}_i \times \text{price}(\text{cohort\_date}_i)

Interpretation

  • This capital represents accumulation from the prior cycle phase.
  • Large values indicate significant buying occurred at these price levels.

Use Cases

  • Identify the total capital committed from prior cycle accumulation
  • Track the cost basis magnitude of multi-year holders
  • Assess the resilience of prior accumulation waves

API Usage

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