Skip to main content

STH Realized Price

STH cost basis

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

Overview

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

Formula

STH Realized Price=STH Realized CapSTH Supply\text{STH Realized Price} = \frac{\text{STH Realized Cap}}{\text{STH Supply}}

Interpretation

  • Acts as a key pivot level — bull markets maintain price above STH realized price; bear markets below.
  • STH realized price is more volatile than LTH realized price as it reflects recent market activity.
  • Price crossing above/below this level often signals trend changes.

Use Cases

  • Trend identification: Price above STH realized price = bullish; below = bearish.
  • Risk management: Use as a stop-loss or trend-following signal.
  • Market regime detection: Persistent price below STH realized price confirms bear market conditions.

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"