Skip to main content

Realized Cap <24h

Realized cap of UTXOs < 24h

PropertyValue
CategoryValuation Metrics
UnitUSD
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/cohort/metrics/24h
Fieldrealized_cap_24h

Overview

Realized Cap <24h is the total cost basis (realized capitalization) of all UTXOs younger than 24 hours. It represents the total value that flowed into this age band at acquisition prices.

Formula

Realized Cap<24h=age<1 dayamounti×price(cohort_datei)\text{Realized Cap}_{\lt 24h} = \sum_{\text{age} \lt 1\text{ day}} \text{amount}_i \times \text{price}(\text{cohort\_date}_i)

Interpretation

  • Closely tracks daily transaction volume valued at time of movement.
  • Spikes indicate large capital flows on-chain.

Use Cases

  • Track daily on-chain capital flows
  • Identify large-value transaction days
  • Compare with other cohort realized caps to assess capital distribution

API Usage

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