Skip to main content

LTH Realized Price

LTH cost basis

PropertyValue
CategoryValuation Metrics
UnitUSD
Resolution1d
AssetsBTC
TierBasic
API EndpointGET /v1/holder/valuation
Fieldlth_realized_price

Overview

LTH Realized Price is the average acquisition price of all coins held by Long-Term Holders. LTH/STH classification uses the logistic weighting function centered at 155 days.

Formula

LTH Realized Price=LTH Realized CapLTH Supply\text{LTH Realized Price} = \frac{\text{LTH Realized Cap}}{\text{LTH Supply}}

Interpretation

  • Acts as a key support level in bull markets — price rarely falls below it during healthy uptrends.
  • When market price is far above LTH realized price, LTH cohort is in deep profit and may begin distributing.
  • A break below LTH realized price in a bear market signals extreme undervaluation.

Use Cases

  • Support/resistance identification: Use as a dynamic support level during bull markets.
  • Entry signal: Price touching LTH realized price has historically been a strong buy signal.
  • Profit assessment: Compare with current price to gauge LTH aggregate profitability.

API Usage

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