Realized Price
The average price at which all coins last moved. Acts as the aggregate cost basis of the market - a key psychological and on-chain support level.
What is it?
The Realized Price is the Realized Cap divided by circulating supply. It represents the volume-weighted average acquisition cost of the entire Bitcoin network. It is the price at which the average holder 'bought' (or more precisely, the price at each coin's last on-chain movement). It serves as the market's 'psychological floor': when spot price falls below Realized Price, the average holder is in unrealised loss - a historically rare and significant condition.
How to read
The Realized Price is plotted as a slowly ascending horizontal line on the price chart. When spot price is above, the market is globally in profit (MVRV > 1). When spot price drops below, the market is in loss (MVRV < 1). The distance between spot price and Realized Price measures the network's 'profit cushion' or 'deficit.'
Key zones
The Realized Price itself is the key zone: it has acted as support in bull markets and has been broken in deep bear markets. Daily closes below this line were observed in four bear markets: 146 sessions between September 2011 and April 2012, 301 between October 2014 and October 2015, 132 between November 2018 and April 2019, and 180 between June 2022 and January 2023. The March 2020 crash added six sessions. Each episode corresponds to a period when the average holder sat at an unrealised loss.
What to observe
The Realized Price slope is informative: acceleration indicates massive capital entry at high prices (average cost rises fast). Flattening indicates few new transactions are resetting cost bases. Comparison with STH and LTH Realized Prices allows visualising the market's 'cost bands.'
Historical context
Realized Price went from ~$100 in 2013 to ~$4,000 in late 2018, ~$20,000 in late 2021, and ~$30,000 in 2024. Its secular growth reflects cumulative capital entry into Bitcoin. Spot price drops below Realized Price (2015: ~$250 RP, 2018: ~$4,000 RP, 2022: ~$21,000 RP) each retrospectively coincided with major cycle troughs.
Expert notes
Realized Price is the foundation of the entire 'Realized suite' (MVRV, NUPL, SOPR, etc.). It includes likely lost coins valued at very low prices, which structurally pulls Realized Price down. For a 'purer' estimate of active participants' cost basis, the True Market Mean Price (Cointime Economics, metric #46) is superior as it excludes the impact of long-dormant coins.
Common mistakes to avoid
Realized Price is NOT the 'true' average purchase price of holders. It is the price at the time of last on-chain movement, which includes internal transfers (wallets, exchanges) that are not purchases. Realized Price is also biased downward by lost/very old coins. It remains an excellent aggregate proxy, but not an exact acquisition cost measure.
Programmatic access
REST API
curl -sS \
'https://api.trinityinsights.io/api/v1/onchain/metrics/realized-price-global/data?timeframe=90d' \
-H 'X-API-Key: $TRINITY_API_KEY'MCP server
{
"tool": "get_chart_value",
"metric_id": "realized-price-global",
"timeframe": "1y"
}Required tier: free. See the pricing grid for the tier list and the MCP documentation for multi-client configuration.
Related metrics
Institutional disclaimer
Trinity Insights is an educational and analytical tool. The metric above does not constitute investment advice. Trinity Insights is not a Crypto-Asset Service Provider (CASP) registered under MiCA Regulation (EU) 2023/1114. See the full disclaimer.