Price
https://api.glassnode.com/v1/metrics/market/price_usd
The asset's price in USD.
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=market.PriceUsd
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h, 10m, 1w, 1month
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":13914.806921199463}]
Price
https://api.glassnode.com/v1/metrics/market/price_usd_ohlc
OHLC candlestick chart of the asset's price in USD.
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=market.PriceUsdOhlc
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"o":{"c":13914.806921199463,"h":13984.981927819947,"l":13325.441382005192,"o":13550.366610438507}}]
Price Drawdown from ATH
https://api.glassnode.com/v1/metrics/market/price_drawdown_relative
The percent drawdown of the asset's price from the previous all-time high.
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=market.PriceDrawdownRelative
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h, 10m, 1w, 1month
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":-0.29765525641034807}]
Market Cap
https://api.glassnode.com/v1/metrics/market/marketcap_usd
The market capitalization (or network value) is defined as the product of the current supply by the current USD price.
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=market.MarketcapUsd
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h, 10m, 1w, 1month
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":251908942792.0415}]
MVRV Ratio
https://api.glassnode.com/v1/metrics/market/mvrv
MVRV is the ratio between market cap and realised cap. It gives an indication of when the traded price is below a “fair value”. This metric was created by David Puell (https://twitter.com/kenoshaking) and Murad Mahmudov (https://twitter.com/MustStopMurad). For more information see this post (https://medium.com/adaptivecapital/bitcoin-market-value-to-realized-value-mvrv-ratio-3ebc914dbaee).
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=market.Mvrv
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 24h, 1h
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":2.0438583548906673}]
Realized Cap
https://api.glassnode.com/v1/metrics/market/marketcap_realized_usd
Realized Cap values different part of the supplies at different prices (instead of using the current daily close). Specifically, it is computed by valuing each UTXO by the price when it was last moved.
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=market.MarketcapRealizedUsd
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 24h, 1h
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":123251663790.33}]
MVRV Z-Score
https://api.glassnode.com/v1/metrics/market/mvrv_z_score
The MVRV Z-Score is used to assess when Bitcoin is over/undervalued relative to its "fair value". When market value is significantly higher than realized value, it has historically indicated a market top (red zone), while the opposite has indicated market bottoms (green zone). Technically, MVRV Z-Score is defined as the ratio between the difference of market cap and realized cap, and the standard deviation of market cap, i.e. (market cap – realized cap) / std(market cap).
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=market.MvrvZScore
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h, 10m
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":1.93718670205092}]
STH-MVRV
https://api.glassnode.com/v1/metrics/market/mvrv_less_155
Short Term Holder MVRV (STH-MVRV) is MVRV that takes into account only UTXOs younger than 155 days and serves as an indicator to assess the behaviour of short term investors. For more information see this article (https://insights.glassnode.com/sth-lth-sopr-mvrv).
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=market.MvrvLess155
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":1.19104622045463}]
LTH-MVRV
https://api.glassnode.com/v1/metrics/market/mvrv_more_155
Long Term Holder MVRV (LTH-MVRV) is MVRV that takes into account only UTXOs with a lifespan of at least 155 days and serves as an indicator to assess the behaviour of long term investors. For more information see this article (https://insights.glassnode.com/sth-lth-sopr-mvrv).
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=market.MvrvMore155
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":2.48250833333313}]
Realized Price
https://api.glassnode.com/v1/metrics/market/price_realized_usd
Realized Price is the Realized Cap divided by the current supply.
View in Studio:
https://studio.glassnode.com/metrics?a=BTC&m=market.PriceRealizedUsd
Query Parameters
asset symbol (see endpoints page for more details)
frequency interval: 1h, 24h, 10m
timestamp format: unix or humanized (RFC 3339)
[{"t":1604361600,"v":6650.360084636763}]