Skip to main content

Realized Price 1d-1w

Cost basis of UTXOs 1d-1w

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

Overview

Realized Price 1d-1w is the average cost basis of coins aged 1 day to 1 week. It represents the average price at which very recent buyers acquired their Bitcoin.

Formula

Realized Price1d1w=Realized Cap1d1wSupply1d1w\text{Realized Price}_{1d-1w} = \frac{\text{Realized Cap}_{1d-1w}}{\text{Supply}_{1d-1w}}

Interpretation

  • Acts as a very short-term cost basis level.
  • When price drops below this level, the most recent buyers are underwater.

Use Cases

  • Short-term support/resistance level based on recent buyer cost basis
  • Identify whether the most recent cohort is in profit or loss
  • Track the short-term sentiment of active market participants

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"