Skip to main content

Realized Cap 1d-1w

Realized cap of UTXOs 1d-1w

PropertyValue
CategoryValuation Metrics
UnitUSD
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/cohort/metrics/1d_1w
Fieldrealized_cap_1d_1w

Overview

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

Formula

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

Interpretation

  • Represents the capital locked in very short-term positions.
  • Rising values indicate increasing short-term capital commitment.

Use Cases

  • Track short-term capital flows and speculative activity
  • Identify the total value at risk in the newest positions
  • Compare with longer cohorts to assess capital age distribution

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"