Skip to main content

Realized Price <24h

Cost basis of UTXOs < 24h

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

Overview

Realized Price <24h is the average acquisition price (cost basis) of all UTXOs younger than 24 hours. Since these coins just moved, their realized price closely tracks the current market price.

Formula

Realized Price<24h=Realized Cap<24hSupply<24h\text{Realized Price}_{\lt 24h} = \frac{\text{Realized Cap}_{\lt 24h}}{\text{Supply}_{\lt 24h}}

Interpretation

  • This value closely mirrors the spot price since coins were just acquired/moved.
  • Small deviations from spot price indicate the average transacted price for the day.

Use Cases

  • Benchmark for comparing realized prices of older cohorts against current price
  • Track the effective average purchase price of daily transactors
  • Identify days where the average transaction price diverges from spot (whale OTC, etc.)

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"