Indicators

90D Coin Days Destroyed (CDD-90)

GET https://api.glassnode.com/v1/metrics/indicators/cdd90_age_adjusted

90D Coin Days Destroyed is the 90 day rolling sum of Coin Days Destroyed (CDD) and shows the amount of coin days that have been destroyed over the past year. This version is age-adjusted meaning that we normalize by time in order to account for the increasing baseline as time goes by.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677715200,"v":110600.96957325003},{"t":1677801600,"v":110817.65751791658}]

Accumulation Trend Score

GET https://api.glassnode.com/v1/metrics/indicators/accumulation_trend_score

The Accumulation Trend Score is an indicator that reflects the relative size of entities that are actively accumulating coins on-chain in terms of their BTC holdings. The scale of the Accumulation Trend Score represents both the size of the entities balance (their participation score), and the amount of new coins they have acquired/sold over the last month (their balance change score). An Accumulation Trend Score of closer to 1 indicates that on aggregate, larger entities (or a big part of the network) are accumulating, and a value closer to 0 indicates they are distributing or not accumulating. This provides insight into the balance size of market participants, and their accumulation behavior over the last month. For more information see the metric description in Glassnode Academy.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"price":22359.217209688275,"score":0.048102717737462}}]

ASOL

GET https://api.glassnode.com/v1/metrics/indicators/asol

Average Spent Output Lifespan (ASOL) is the average age (in days) of spent transaction outputs. Outputs with a lifespan of less than 1h are discarded.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":20.6196703387342}]

aSOPR

GET https://api.glassnode.com/v1/metrics/indicators/sopr_adjusted

Adjusted SOPR is SOPR ignoring all outputs with a lifespan of less than 1 hour.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.983873842339839}]

Balanced Price

GET https://api.glassnode.com/v1/metrics/indicators/balanced_price_usd

Balanced Price is the difference between Realized Price and Transfer Price. Transfer Price is the cumulative sum of Coin Days Destroyed in USD, adjusted by circulating supply and total time since Bitcoin's inception. Balanced Price attempts to detect major cycle bottoms. This metric was created by David Puell. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":15077.851060058709}]

Binary CDD

GET https://api.glassnode.com/v1/metrics/indicators/cdd_supply_adjusted_binary

Binary Coin Days Destroyed (Binary CDD) is computed by thresholding Adjusted CDD by its average over time, i.e. taking the mean destruction over time and asking whether there were more Adjusted CDDs destroyed today than on average. Binary CDD is used in order to minimize the impact of exchange movements, which do not accurately reflect behavior of the long-term holders. This metric was developed by Hans Hauge and Ikigai. For more information see this post.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0}]

Coin Blocks Created (CBC)

GET https://api.glassnode.com/v1/metrics/indicators/coin_blocks_created

Coin Blocks Created (CBC) is calculated by multiplying the value of each coin that has ever existed by the number of blocks the coin was unspent.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":3243571660.555122}]

Coin Blocks Destroyed (CBD)

GET https://api.glassnode.com/v1/metrics/indicators/coin_blocks_destroyed

Coin Blocks Destroyed (CBD) for any given transaction is calculated by taking the number of coins in a transaction and multiplying it by the number of blocks it has been since those coins were last spent.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":833206582.7561635}]

Coin Days Destroyed (CDD)

GET https://api.glassnode.com/v1/metrics/indicators/cdd

Coin Days Destroyed (CDD) for any given transaction is calculated by taking the number of coins in a transaction and multiplying it by the number of days it has been since those coins were last spent.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":4273875.91342733}]

Coin Years Destroyed (CYD)

GET https://api.glassnode.com/v1/metrics/indicators/cyd

Coin Years Destroyed (CYD) is defined as the 365 day rolling sum of Coin Days Destroyed (CDD), and shows the amount of coin days that have been destroyed over the past year. It is indicative of long-term holder behaviour. This metric was first put forward by ARK Invest.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677715200,"v":3103585735.4528213},{"t":1677801600,"v":3096563455.245097}]

CVDD

GET https://api.glassnode.com/v1/metrics/indicators/cvdd

Cumulative Value-Days Destroyed (CVDD) is the ratio of the cumulative USD value of Coin Days Destroyed and the market age (in days). Historically, CVDD has been an accurate indicator for global Bitcoin market bottoms. This metric was created by Willy Woo. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":15324.502809581165}]

Difficulty Ribbon

GET https://api.glassnode.com/v1/metrics/indicators/difficulty_ribbon

The Difficulty Ribbon is an indicator that uses simple moving averages (200d, 128d, 90d, 60d, 40d, 25d, 14d) of the Bitcoin mining difficulty to create the ribbon. Historically, periods when the ribbon compresses have been good buying opportunities. The Difficulty Ribbon was created by Willy Woo. For more information read this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"ma128":1.5927143982996366e+23,"ma14":1.7654515523187948e+23,"ma200":1.5121657978209207e+23,"ma25":1.7302959896712637e+23,"ma40":1.703884421855974e+23,"ma60":1.64405084579479e+23,"ma9":1.8119498720305867e+23,"ma90":1.596893077329408e+23}}]

Difficulty Ribbon Compression

GET https://api.glassnode.com/v1/metrics/indicators/difficulty_ribbon_compression

Difficulty Ribbon Compression is a market indicator that uses a normalized standard deviation to quantify compression of the Difficulty Ribbon. Historically, zones of high compression (low values) have been good buying opportunities. The compression threshold is set here at 0.05.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.056401147730234684}]

Dormancy

GET https://api.glassnode.com/v1/metrics/indicators/average_dormancy

Dormancy is the average number of days destroyed per coin transacted, and is defined as the ratio of coin days destroyed and total transfer volume. This metric was created by Reginald Smith and David Puell. Read more in this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":9.87965114138193}]

Entity- and Supply-Adjusted CYD

GET https://api.glassnode.com/v1/metrics/indicators/cyd_account_based_supply_adjusted

Coin Years Destroyed (CYD) is defined as the 365 day rolling sum of Coin Days Destroyed (CDD), and shows the amount of coin days that have been destroyed over the past year. It is indicative of long-term holder behaviour. This version is entity-adjusted, meaning that transactions within addresses controlled by the same network participant are discarded (see this article for more information), as well as supply-adjusted to account for the increasing baseline of the metric over time. This metric was first put forward by ARK Invest and further developed by Glassnode by adjusting for the circulating supply.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677715200,"v":197.96251719544333},{"t":1677801600,"v":197.7733123577078}]

Entity-Adjusted 90D Coin Days Destroyed (eCDD-90)

GET https://api.glassnode.com/v1/metrics/indicators/cdd90_account_based_age_adjusted

90D Coin Days Destroyed is the 90 day rolling sum of Coin Days Destroyed (CDD) and shows the amount of coin days that have been destroyed over the past year. This version is entity-adjusted, meaning that transactions within addresses controlled by the same network participant are discarded (see this article for more information), as well as age-adjusted meaning that we normalize by time in order to account for the increasing baseline as time goes by.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677715200,"v":151186.01761814833},{"t":1677801600,"v":152091.8918931266}]

Entity-Adjusted ASOL

GET https://api.glassnode.com/v1/metrics/indicators/asol_account_based

Entity-adjusted ASOL is an improved variant of ASOL that discards transactions between addresses of the same entity ("in-house" transactions). Entity-adjusted ASOL therefore accounts for real economic activity only, and provides an improved market signal compared to its raw UTXO-based counterpart. For detailed information read this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":24.6666376862913}]

Entity-Adjusted CDD

GET https://api.glassnode.com/v1/metrics/indicators/cdd_account_based

Entity-adjusted CDD is an improved variant of CDD that discards transactions between addresses of the same entity ("in-house" transactions). Entity-adjusted CDD therefore accounts for real economic activity only, and provides an improved market signal compared to its raw UTXO-based counterpart. For detailed information read this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":8921633.24583218}]

Entity-Adjusted CYD

GET https://api.glassnode.com/v1/metrics/indicators/cyd_account_based

Coin Years Destroyed (CYD) is defined as the 365 day rolling sum of Coin Days Destroyed (CDD), and shows the amount of coin days that have been destroyed over the past year. It is indicative of long-term holder behaviour. This version is entity-adjusted, meaning that transactions within addresses controlled by the same network participant are discarded (see this article for more information). This metric was first put forward by ARK Invest.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677715200,"v":3786777822.719079},{"t":1677801600,"v":3783342124.3196297}]

Entity-Adjusted Dormancy

GET https://api.glassnode.com/v1/metrics/indicators/dormancy_account_based

Entity-adjusted Dormancy is an improved variant of Average Coin Dormancy that discards transactions between addresses of the same entity ("in-house" transactions). Entity-adjusted Dormancy therefore accounts for real economic activity only, and provides an improved market signal compared to its raw UTXO-based counterpart. For detailed information read this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":64.04507659566399}]

Entity-Adjusted Dormancy Flow

GET https://api.glassnode.com/v1/metrics/indicators/dormancy_flow

Entity-adjusted Dormancy Flow is the ratio of the current market capitalization and the annualized dormancy value (measured in USD). Entity-adjusted Dormancy Flow can be used to time market lows and assess whether the bull market remains in relatively normal conditions. It helps confirm whether Bitcoin is in a bullish or bearish primary trend. This metric was put forward by David Puell. For more information please read his introductory article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":278982.66151107743}]

Entity-Adjusted Liveliness

GET https://api.glassnode.com/v1/metrics/indicators/liveliness_account_based

Entity-adjusted Liveliness is an improved variant of Liveliness that discards transactions between addresses of the same entity ("in-house" transactions). Entity-adjusted Liveliness therefore accounts for real economic activity only, and provides an improved market signal compared to its raw UTXO-based counterpart. For detailed information read this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.613371132880267}]

Entity-Adjusted Long-Term Holder ASOL

GET https://api.glassnode.com/v1/metrics/indicators/asol_lth_account_based

Long-Term Holder variant of Entity-Adjusted ASOL. Average Spent Output Lifespan (ASOL) is the average age (in days) of spent transaction outputs. Transactions between addresses of the same entity ("in-house" transactions) are discarded. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":470.796141092506}]

Entity-Adjusted Long-Term Holder CDD

GET https://api.glassnode.com/v1/metrics/indicators/cdd_lth_account_based

Long-Term Holder variant of Entity-Adjusted CDD. Coin Days Destroyed (CDD) for any given transaction is calculated by taking the number of coins in a transaction and multiplying it by the number of days it has been since those coins were last spent. Transactions between addresses of the same entity ("in-house" transactions) are discarded. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":4862306.83176567}]

Entity-Adjusted Long-Term Holder Dormancy

GET https://api.glassnode.com/v1/metrics/indicators/dormancy_lth_account_based

Long-Term Holder variant of Entity-Adjusted Dormancy. Dormancy is the average number of days destroyed per coin transacted, and is defined as the ratio of coin days destroyed and total transfer volume. Transactions between addresses of the same entity ("in-house" transactions) are discarded. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":783.164954764051}]

Entity-Adjusted LTH Realized Loss

GET https://api.glassnode.com/v1/metrics/indicators/realized_loss_lth_account_based

Entity-Adjusted variant of Realized Loss for Long-Term Holders, which denotes the total profit (in USD) of all moved coins whose price at their last movement was lower than the price at the current movement. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Volume transferred between addresses owned by the same entity cluster is excluded. As such, no value is realized during internal or “in-house” transfers.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":42692528.4181886}]

Entity-Adjusted LTH Realized Loss to Exchanges

GET https://api.glassnode.com/v1/metrics/indicators/realized_loss_lth_to_exchanges_account_based

Entity-Adjusted variant of Realized Loss for coins that are sent from Long-Term Holders to exchanges. Realized loss denotes the total loss (in USD) of all moved coins whose price at their last movement was higher than the price at the current movement. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":12932570.6838615}]

Entity-Adjusted LTH Realized Profit

GET https://api.glassnode.com/v1/metrics/indicators/realized_profit_lth_account_based

Entity-Adjusted variant of Realized Profit for Long-Term Holders, which denotes the total profit (in USD) of all moved coins whose price at their last movement was lower than the price at the current movement. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Volume transferred between addresses owned by the same entity cluster is excluded. As such, no value is realized during internal or “in-house” transfers.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":15335570.022762}]

Entity-Adjusted LTH Realized Profit to Exchanges

GET https://api.glassnode.com/v1/metrics/indicators/realized_profit_lth_to_exchanges_account_based

Entity-Adjusted variant of Realized Profit for coins that are sent from Long-Term Holders to exchanges. Realized profit denotes the total profit (in USD) of all moved coins whose price at their last movement was lower than the price at the current movement. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":4380537.24071061}]

Entity-Adjusted LTH-NUPL

GET https://api.glassnode.com/v1/metrics/indicators/nupl_more_155_account_based

Entity-adjusted LTH-NUPL is an improved variant of Long-Term Holders Net Unrealized Profit/Loss (LTH-NUPL) that discards transactions between addresses of the same entity ("in-house" transactions). Entity-adjusted LTH NUPL therefore accounts for real economic activity only, and provides an improved market signal compared to its raw UTXO-based counterpart. For detailed information read this article. An entity is considered as a Long-Term Holder if the time since its averaged purchasing date is more than 155 days.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.160244985144783}]

Entity-Adjusted MSOL

GET https://api.glassnode.com/v1/metrics/indicators/msol_account_based

Entity-adjusted MSOL is an improved variant of MSOL that discards transactions between addresses of the same entity ("in-house" transactions). Entity-adjusted MSOL therefore accounts for real economic activity only, and provides an improved market signal compared to its raw UTXO-based counterpart. For detailed information read this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.864699074074074}]

Entity-Adjusted MVRV

GET https://api.glassnode.com/v1/metrics/indicators/mvrv_account_based

Entity-adjusted MVRV is an improved variant of MVRV Ratio that discards transactions between addresses of the same entity ("in-house" transactions). Entity-adjusted MVRV therefore accounts for real economic activity only, and provides an improved market signal compared to its raw UTXO-based counterpart. For detailed information read this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":1.15965738637434}]

Entity-Adjusted NUPL

GET https://api.glassnode.com/v1/metrics/indicators/net_unrealized_profit_loss_account_based

Entity-adjusted NUPL is an improved variant of Net Unrealized Profit/Loss (NUPL) that discards transactions between addresses of the same entity ("in-house" transactions). Entity-adjusted NUPL therefore accounts for real economic activity only, and provides an improved market signal compared to its raw UTXO-based counterpart. For detailed information read this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.138661932599335}]

Entity-Adjusted NVT

GET https://api.glassnode.com/v1/metrics/indicators/nvt_entity_adjusted

The Network Value to Transactions (NVT) Ratio is computed by dividing the market cap by the transferred on-chain volume measured in USD. This entity-adjusted version of the NVT Ratio uses entity-adjusted on-chain volume and is therefore more accurate as it accounts for actual economic throughput.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":164.5339524124787}]

Entity-Adjusted Realized Cap

GET https://api.glassnode.com/v1/metrics/indicators/rcap_account_based

Entity-adjusted Realized Cap is an improved variant of Realized Cap that discards transactions between addresses of the same entity ("in-house" transactions). Entity-adjusted Realized Cap therefore accounts for real economic activity only, and provides an improved market signal compared to its raw UTXO-based counterpart. For detailed information read this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":372265552668.458}]

Entity-Adjusted Realized Loss

GET https://api.glassnode.com/v1/metrics/indicators/realized_loss_account_based

Entity-Adjusted variant of Realized Loss, which denotes the total profit (in USD) of all moved coins whose price at their last movement was lower than the price at the current movement.

Volume transferred between addresses owned by the same entity cluster is excluded. As such, no value is realized during internal or “in-house” transfers.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":87236685.3098303}]

Entity-Adjusted Realized Loss to Exchanges

GET https://api.glassnode.com/v1/metrics/indicators/realized_loss_to_exchanges_account_based

Entity-Adjusted variant of Realized Loss for coins that are sent to exchanges. Realized loss denotes the total loss (in USD) of all moved coins whose price at their last movement was higher than the price at the current movement.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":30826301.4280084}]

Entity-Adjusted Realized Profit

GET https://api.glassnode.com/v1/metrics/indicators/realized_profit_account_based

Entity-Adjusted variant of Realized Profit, which denotes the total profit (in USD) of all moved coins whose price at their last movement was lower than the price at the current movement.

Volume transferred between addresses owned by the same entity cluster is excluded. As such, no value is realized during internal or “in-house” transfers.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":49756178.0060686}]

Entity-Adjusted Realized Profit to Exchanges

GET https://api.glassnode.com/v1/metrics/indicators/realized_profit_to_exchanges_account_based

Entity-Adjusted variant of Realized Profit for coins that are sent to exchanges. Realized profit denotes the total profit (in USD) of all moved coins whose price at their last movement was lower than the price at the current movement.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":6577967.3145252}]

Entity-Adjusted Short-Term Holder ASOL

GET https://api.glassnode.com/v1/metrics/indicators/asol_sth_account_based

Short-Term Holder variant of Entity-Adjusted ASOL. Average Spent Output Lifespan (ASOL) is the average age (in days) of spent transaction outputs. Transactions between addresses of the same entity ("in-house" transactions) are discarded. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":4.84539509700367}]

Entity-Adjusted Short-Term Holder CDD

GET https://api.glassnode.com/v1/metrics/indicators/cdd_sth_account_based

Short-Term Holder variant of Entity-Adjusted CDD. Coin Days Destroyed (CDD) for any given transaction is calculated by taking the number of coins in a transaction and multiplying it by the number of days it has been since those coins were last spent. Transactions between addresses of the same entity ("in-house" transactions) are discarded. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":4059326.41406649}]

Entity-Adjusted Short-Term Holder Dormancy

GET https://api.glassnode.com/v1/metrics/indicators/dormancy_sth_account_based

Short-Term Holder variant of Entity-Adjusted Dormancy. Dormancy is the average number of days destroyed per coin transacted, and is defined as the ratio of coin days destroyed and total transfer volume. Transactions between addresses of the same entity ("in-house" transactions) are discarded. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":30.4997246196338}]

Entity-Adjusted SOPR

GET https://api.glassnode.com/v1/metrics/indicators/sopr_account_based

Entity-adjusted SOPR is an improved variant of SOPR that discards transactions between addresses of the same entity ("in-house" transactions). Entity-adjusted SOPR therefore accounts for real economic activity only, and provides an improved market signal compared to its raw UTXO-based counterpart. For detailed information read this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.982444817467084}]

Entity-Adjusted Spent Volume Age Bands (SVAB)

GET https://api.glassnode.com/v1/metrics/indicators/svab_entity_adjusted

Spent Volume Age Bands (SVAB) is a separation of the on-chain transfer volume based on the coins' age. Each band represents the percentage of spent volume that was previously moved within the time period denoted in the legend. This metric is entity-adjusted and discards transactions between addresses of the same entity ("in-house" transactions).

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"1d_1w":0.168032196376371,"1m_3m":0.0988482836639527,"1w_1m":0.0766038528507085,"1y_2y":0.0099535175440437,"24h":0.429060341429111,"2y_3y":0.00602354125873653,"3m_6m":0.190056991033107,"3y_5y":0.00245060584019958,"5y_7y":0.0017559843187461,"6m_12m":0.0171483021921434,"7y_10y":0.0000655554552789621,"more_10y":8.28037601963678e-7}}]

Entity-Adjusted Spent Volume Lifespan < 24h

GET https://api.glassnode.com/v1/metrics/indicators/svl_entity_adjusted_24h

The total transfer volume of coins younger than 24 hours. This metric is entity-adjusted and discards transactions between addresses of the same entity ("in-house" transactions).

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":59769.1377704}]

Entity-Adjusted Spent Volume Lifespan > 10y

GET https://api.glassnode.com/v1/metrics/indicators/svl_entity_adjusted_more_10y

The total transfer volume of coins that were last active more than 10 years ago. This metric is entity-adjusted and discards transactions between addresses of the same entity ("in-house" transactions).

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.11534763}]

Entity-Adjusted Spent Volume Lifespan 1d-1w

GET https://api.glassnode.com/v1/metrics/indicators/svl_entity_adjusted_1d_1w

The total transfer volume of coins that were last active between 1d and 1w ago. This metric is entity-adjusted and discards transactions between addresses of the same entity ("in-house" transactions).

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":23407.28919767}]

Entity-Adjusted Spent Volume Lifespan 1m-3m

GET https://api.glassnode.com/v1/metrics/indicators/svl_entity_adjusted_1m_3m

The total transfer volume of coins that were last active between 1m and 3m ago. This metric is entity-adjusted and discards transactions between addresses of the same entity ("in-house" transactions).

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":13769.80371805}]

Entity-Adjusted Spent Volume Lifespan 1w-1m

GET https://api.glassnode.com/v1/metrics/indicators/svl_entity_adjusted_1w_1m

The total transfer volume of coins that were last active between 1w and 1m ago. This metric is entity-adjusted and discards transactions between addresses of the same entity ("in-house" transactions).

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":10671.10099136}]

Entity-Adjusted Spent Volume Lifespan 1y-2y

GET https://api.glassnode.com/v1/metrics/indicators/svl_entity_adjusted_1y_2y

The total transfer volume of coins that were last active between 1y and 2y ago. This metric is entity-adjusted and discards transactions between addresses of the same entity ("in-house" transactions).

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":1386.5489395}]

Entity-Adjusted Spent Volume Lifespan 2y-3y

GET https://api.glassnode.com/v1/metrics/indicators/svl_entity_adjusted_2y_3y

The total transfer volume of coins that were last active between 2y and 3y ago. This metric is entity-adjusted and discards transactions between addresses of the same entity ("in-house" transactions).

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":839.09378844}]

Entity-Adjusted Spent Volume Lifespan 3m-6m

GET https://api.glassnode.com/v1/metrics/indicators/svl_entity_adjusted_3m_6m

The total transfer volume of coins that were last active between 3m and 6m ago. This metric is entity-adjusted and discards transactions between addresses of the same entity ("in-house" transactions).

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":26475.39607937}]

Entity-Adjusted Spent Volume Lifespan 3y-5y

GET https://api.glassnode.com/v1/metrics/indicators/svl_entity_adjusted_3y_5y

The total transfer volume of coins that were last active between 3y and 5y ago. This metric is entity-adjusted and discards transactions between addresses of the same entity ("in-house" transactions).

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":341.37528907}]

Entity-Adjusted Spent Volume Lifespan 5y-7y

GET https://api.glassnode.com/v1/metrics/indicators/svl_entity_adjusted_5y_7y

The total transfer volume of coins that were last active between 5y and 7y ago. This metric is entity-adjusted and discards transactions between addresses of the same entity ("in-house" transactions).

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":244.61284005}]

Entity-Adjusted Spent Volume Lifespan 6m-12m

GET https://api.glassnode.com/v1/metrics/indicators/svl_entity_adjusted_6m_12m

The total transfer volume of coins that were last active between 6m and 12m ago. This metric is entity-adjusted and discards transactions between addresses of the same entity ("in-house" transactions).

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":2388.79974979}]

Entity-Adjusted Spent Volume Lifespan 7y-10y

GET https://api.glassnode.com/v1/metrics/indicators/svl_entity_adjusted_7y_10y

The total transfer volume of coins that were last active between 7y and 10y ago. This metric is entity-adjusted and discards transactions between addresses of the same entity ("in-house" transactions).

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

c

string

currency: NATIVE, USD

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":9.13203263}]

Entity-Adjusted STH Realized Loss

GET https://api.glassnode.com/v1/metrics/indicators/realized_loss_sth_account_based

Entity-Adjusted variant of Realized Loss for Short-Term Holders, which denotes the total profit (in USD) of all moved coins whose price at their last movement was lower than the price at the current movement. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Volume transferred between addresses owned by the same entity cluster is excluded. As such, no value is realized during internal or “in-house” transfers.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":44544156.8916417}]

Entity-Adjusted STH Realized Loss to Exchanges

GET https://api.glassnode.com/v1/metrics/indicators/realized_loss_sth_to_exchanges_account_based

Entity-Adjusted variant of Realized Loss for coins that are sent from Short-Term Holders to exchanges. Realized loss denotes the total loss (in USD) of all moved coins whose price at their last movement was higher than the price at the current movement. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":17893730.7441469}]

Entity-Adjusted STH Realized Profit

GET https://api.glassnode.com/v1/metrics/indicators/realized_profit_sth_account_based

Entity-Adjusted variant of Realized Profit for Short-Term Holders, which denotes the total profit (in USD) of all moved coins whose price at their last movement was lower than the price at the current movement. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Volume transferred between addresses owned by the same entity cluster is excluded. As such, no value is realized during internal or “in-house” transfers.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":34420607.9833066}]

Entity-Adjusted STH Realized Profit to Exchanges

GET https://api.glassnode.com/v1/metrics/indicators/realized_profit_sth_to_exchanges_account_based

Entity-Adjusted variant of Realized Profit for coins that are sent from Short-Term Holders to exchanges. Realized profit denotes the total profit (in USD) of all moved coins whose price at their last movement was lower than the price at the current movement. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":2197430.07381459}]

Entity-Adjusted STH-NUPL

GET https://api.glassnode.com/v1/metrics/indicators/nupl_less_155_account_based

Entity-adjusted STH-NUPL is an improved variant of Shot-Term Holders Net Unrealized Profit/Loss (STH-NUPL) that discards transactions between addresses of the same entity ("in-house" transactions). Entity-adjusted STH NUPL therefore accounts for real economic activity only, and provides an improved market signal compared to its raw UTXO-based counterpart. For detailed information read this article. An entity is considered as a Short-Term Holder if the time since its averaged purchasing date is less than 155 days.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.0706199319838989}]

Entity-Adjusted Unrealized Loss

GET https://api.glassnode.com/v1/metrics/indicators/unrealized_loss_account_based

Entity-adjusted Relative Unrealized Loss is an improved variant of Unrealized Loss that discards transactions between addresses of the same entity ("in-house" transactions). Entity-adjusted Relative Unrealized Loss therefore accounts for real economic activity only, and provides an improved market signal compared to its raw UTXO-based counterpart. For detailed information read this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.2187709551531}]

Entity-Adjusted Unrealized Profit

GET https://api.glassnode.com/v1/metrics/indicators/unrealized_profit_account_based

Entity-adjusted Relative Unrealized Profit is an improved variant of Unrealized Profit that discards transactions between addresses of the same entity ("in-house" transactions). Entity-adjusted Relative Unrealized Proft therefore accounts for real economic activity only, and provides an improved market signal compared to its raw UTXO-based counterpart. For detailed information read this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.357432887752435}]

Entity-Adjusted URPD

GET https://api.glassnode.com/v1/metrics/indicators/urpd_entity_adjusted

UTXO Realized Price Distribution (URPD) shows at which prices the current set of Bitcoin UTXOs were created, i.e. each bar shows the amount of existing bitcoins that last moved within that specified price bucket. This version is entity-adjusted, meaning that for each entity the average purchasing price is used to sort its full balance into a bucket. In this calculation we discard coin movements between addresses controlled by the same entity, as such transfers do not correspond to real purchasing events and would distort the actual mean purchasing price. Further, we exclude all supply that is on exchanges, because a single averaged price for the funds of millions of users would be misleading and give rise to unwanted artifacts in the data.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

i

string

frequency interval: 24h

f

string

format: JSON

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"ath_price":68642.3126881884,"current_price":22359.2172096883,"total_supply":19307496.044971,"partitions":[3928853.6074830103]}]

Fear & Greed Index

GET https://api.glassnode.com/v1/metrics/indicators/fear_greed

The Crypto Fear & Greed Index is an indicator from Alternative.me that aims at capturing investor sentiment in a single number by incorporating data from multiple sources. The index ranges from 0 to 100, where 0 denotes "extreme fear", and therefore times of exaggerated negative investor sentiment. On the other hand, 100 means "extreme greed" and and is an indication for maximum FOMO. For a detailed explanation and description of the metrics please refer to the original source at alternative.me.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":50},{"t":1677888000,"v":50}]

Hash Ribbon

GET https://api.glassnode.com/v1/metrics/indicators/hash_ribbon

The Hash Ribbon is a market indicator that assumes that Bitcoin tends to reach a bottom when miners capitulate, i.e. when Bitcoin becomes too expensive to mine relative to the cost of mining. The Hash Ribbon indicates that the worst of the miner capitulation is over when the 30d MA of the hash rate crosses above the 60d MA (switch from light red to dark red areas). Times when this occurs and the price momentum switches from negative to positive have shown to be good buying opportunities (switch from dark red to white). The Hash Ribbon was created by Charles Edwards. For more information read his introductory article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"buy":0,"capitulation":0,"crossed":0,"ma30":302425935184542500000,"ma60":287857311693866570000}}]

Hodled or Lost Coins

GET https://api.glassnode.com/v1/metrics/indicators/hodled_lost_coins

Lost or HODLed Bitcoins indicates moves of large and old stashes. It is calculated by substracting Liveliness from 1 and multiplying the result by the circulating supply. This metric was first coined by Adamant Capital. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":7640487.055702079}]

Hodler Net Position Change

GET https://api.glassnode.com/v1/metrics/indicators/hodler_net_position_change

Hodler Net Position Change shows the monthly position change of long term investors (HODLers). It indicates when HODLers cash out (negative) and when net new positions are accumulated by HODLers. This metric was first coined by Adamant Capital. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":63676.07087777648}]

Investor Capitalization

GET https://api.glassnode.com/v1/metrics/indicators/investor_capitalization

Investor Capitalization is the difference of Realized Cap and Thermocap. It discounts the capital paid to miners from the market’s general cost basis, serving as a bottom indicator in bear cycles. This metric was first put forward by ARK Invest.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":336854365779.47644}]

Liveliness

GET https://api.glassnode.com/v1/metrics/indicators/liveliness

Liveliness is defined as the ratio of the sum of Coin Days Destroyed and the sum of all coin days ever created. Liveliness increases as long term holder liquidate positions and decreases while they accumulate to HODL. This metric was created by Tamas Blummer. For a detailed commentary see this post.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.604273540292023}]

Long-Term Holder ASOL

GET https://api.glassnode.com/v1/metrics/indicators/asol_lth

Long-Term Holder variant of Average Spent Output Lifespan. Long- and Short-Term Holder supply is defined with respect to the address' averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":487.9372801447545}]

Long-Term Holder CDD

GET https://api.glassnode.com/v1/metrics/indicators/cdd_lth

Long-Term Holder variant of Coin Days Destroyed. Long- and Short-Term Holder supply is defined with respect to the address' averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":28451689.57453184}]

LTH-NUPL

GET https://api.glassnode.com/v1/metrics/indicators/nupl_more_155

Long Term Holder NUPL (LTH-NUPL) is Net Unrealized Profit/Loss 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.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.0113014153156019}]

LTH-SOPR

GET https://api.glassnode.com/v1/metrics/indicators/sopr_more_155

Long Term Holder SOPR (LTH-SOPR) is SOPR that takes into account only spent outputs 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.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.903690439006396}]

MSOL

GET https://api.glassnode.com/v1/metrics/indicators/msol

Median Spent Output Lifespan (MSOL) is the median age (in days) of spent transaction outputs. Outputs with a lifespan of less than 1h are discarded.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.792303240740741}]

Net Realized Profit/Loss

GET https://api.glassnode.com/v1/metrics/indicators/net_realized_profit_loss

Net Realized Profit/Loss is the net profit or loss of all moved coins, and is defined by the difference of Realized Profit - Realized Loss.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":-149726767.450866}]

Net Unrealized Profit/Loss (NUPL)

GET https://api.glassnode.com/v1/metrics/indicators/net_unrealized_profit_loss

Net Unrealized Profit/Loss is the difference between Relative Unrealized Profit and Relative Unrealized Loss. For more information see this article. This metric can also be calculated by subtracting realised cap from market cap, and dividing the result by the market cap as described in this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.134858381033553}]

NVT Ratio

GET https://api.glassnode.com/v1/metrics/indicators/nvt

The Network Value to Transactions (NVT) Ratio is computed by dividing the market cap by the transferred on-chain volume measured in USD. The NVT Ratio was created by Willy Woo.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":44.631995703062316}]

Supported asset symbols: BTC, ETH, LTC, 1INCH, AAVE, ABT, AMP, AMPL, ANT, APE, BADGER, BAL, BAND, BAT, BNT, BOBA, BOND, BRD, BUSD, CAKE, CELR, CHSB, COMP, CREAM, CRO, CRV, CVC, CVP, CVX, CVXCRV, DAI, DDX, DENT, DHT, DODO, DPI, DRGN, DYDX, ELF, ENG, ENJ, EURS, FET, FLX, FRAX, FTM, FTT, FUN, FXS, GNO, GUSD, HEGIC, HOT, HT, HUSD, IMX, INDEX, KCS, LAMB, LBA, LDO, LEO, LINK, LOOM, LRC, MANA, MATIC, MCB, METIS, MIR, MKR, MLN, MTA, MTL, NDX, NEXO, NFTX, NMR, Nsure, OCEAN, OKB, OMG, PAY, PERP, PICKLE, PNK, PNT, POLY, POWR, PPT, PYUSD, QASH, QKC, QNT, RAI, RDN, REN, REP, rETH, RLC, ROOK, RPL, RSR, SAND, SFRXETH, SHIB, SNT, SNX, SSV, STAKE, stETH, STORJ, sUSD, SUSHI, TEL, TUSD, UBT, UMA, UNI, USDC, USDD, USDK, USDP, USDT, UTK, VERI, WaBi, WBTC, WETH, wNXM, YAM, YFI, ZRX

NVT Signal

GET https://api.glassnode.com/v1/metrics/indicators/nvts

The NVT Signal (NVTS) is a modified version of the original NVT Ratio. It uses a 90 day moving average of the daily transaction volume in the denominator instead of the raw daily transaction volume. This moving average improves the ratio to better function as a leading indicator.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":57.76338852246921}]

Supported asset symbols: BTC, ETH, LTC, 1INCH, AAVE, ABT, AMP, AMPL, ANT, APE, BADGER, BAL, BAND, BAT, BNT, BOBA, BOND, BRD, BUSD, CAKE, CELR, CHSB, COMP, CREAM, CRO, CRV, CVC, CVP, CVX, CVXCRV, DAI, DDX, DENT, DHT, DODO, DPI, DRGN, DYDX, ELF, ENG, ENJ, EURS, FET, FLX, FRAX, FTM, FTT, FUN, FXS, GNO, GUSD, HEGIC, HOT, HT, HUSD, IMX, INDEX, KCS, LAMB, LBA, LDO, LEO, LINK, LOOM, LRC, MANA, MATIC, MCB, METIS, MIR, MKR, MLN, MTA, MTL, NDX, NEXO, NFTX, NMR, Nsure, OCEAN, OKB, OMG, PAY, PERP, PICKLE, PNK, PNT, POLY, POWR, PPT, PYUSD, QASH, QKC, QNT, RAI, RDN, REN, REP, rETH, RLC, ROOK, RPL, RSR, SAND, SFRXETH, SHIB, SNT, SNX, SSV, STAKE, stETH, STORJ, sUSD, SUSHI, TEL, TUSD, UBT, UMA, UNI, USDC, USDD, USDK, USDP, USDT, UTK, VERI, WaBi, WBTC, WETH, wNXM, YAM, YFI, ZRX

Pi Cycle Top Indicator

GET https://api.glassnode.com/v1/metrics/indicators/pi_cycle_top

The Pi Cycle indicators is composed of the 111 day moving average (111SMA) and a 2x multiple of the 350 day moving average (350SMA x 2) of Bitcoin's price. This metric shows when BTC becomes significantly overheated (the shorter MA reaches the levels of the larger MA), and has historically been a good indicator for cycle tops. This metric was first put forward by Philip Swift.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"ma111":19541.778117811988,"ma350x2":48648.08342888923}}]

Power-Law Model

GET https://api.glassnode.com/v1/metrics/indicators/power_law

The Bitcoin Power-Law Model provides a mathematical description of Bitcoin's historical price trends, revealing a power-law distribution on a log-log scale. This analysis suggests a correlation between time and price. However, the model's foundation on historical data and the issue of non-independent sequential price points raise questions about its broader applicability.

The model's fit (price = exp(5.71*ln(days) -38.16)), using days since Bitcoin's inception as the x-axis and price data until March 21, 2024, shows a high coefficient of determination (R2 =0.953), reflecting a strong historical correlation. Yet, this retrospective analysis lacks predictive power for future market behavior due to its assumptions and the stochastic nature of financial markets in general. Thus, while offering valuable insights into Bitcoin's past growth, the model's applicability to forecast future movements is limited and should be approached with caution. This metric was first coined by @Giovann35084111.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":42885.71924569201}]

Puell Multiple

GET https://api.glassnode.com/v1/metrics/indicators/puell_multiple

The Puell Multiple is calculated by dividing the daily issuance value of bitcoins (in USD) by the 365-day moving average of daily issuance value. This metric was created by David Puell. For a detailed description see this article by @cryptopoiesis.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":1.03193794193369}]

Realized Loss

GET https://api.glassnode.com/v1/metrics/indicators/realized_loss

Realized Loss denotes the total loss (USD value) of all moved coins whose price at their last movement was higher than the price at the current movement.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":218266843.181095}]

Realized P/L Ratio

GET https://api.glassnode.com/v1/metrics/indicators/realized_profit_loss_ratio

Realized Profit/Loss Ratio is the ratio between all coins moved at a profit and at a loss, i.e. Realized Profit / Realized Loss.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.314019640964717}]

Realized Profit

GET https://api.glassnode.com/v1/metrics/indicators/realized_profit

Realized Profit denotes the total profit (USD value) of all moved coins whose price at their last movement was lower than the price at the current movement.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":68540075.7302297}]

Realized Profits-to-Value (RPV) Ratio

GET https://api.glassnode.com/v1/metrics/indicators/realized_profits_to_value_ratio

The Realized Profits-to-Value Ratio (RPV) is defined as the ratio of Realized Profits and Realized Cap. This metric compares profit-taking in the market with its overall cost basis on a dollar-to-dollar basis. This metric was first put forward by ARK Invest.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.00017892657777960963}]

Relative LTH/STH Realized Profit/Loss

GET https://api.glassnode.com/v1/metrics/indicators/realized_profit_loss_lth_sth_relative

Relative distribution of the total profit and loss (USD value) of all coins moved by long- and short-term holders. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Volume transferred between addresses owned by the same entity cluster is excluded. As such, no value is realized during internal or “in-house” transfers.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"lth_realized_loss":0.311640529183931,"lth_realized_profit":0.111944298787294,"sth_realized_loss":0.325156769582405,"sth_realized_profit":0.25125840244637}}]

Relative LTH/STH Realized Profit/Loss to Exchanges

GET https://api.glassnode.com/v1/metrics/indicators/realized_profit_loss_lth_sth_to_exchanges_relative

Relative distribution of the total profit and loss (USD value) of all coins moved by long- and short-term holders to exchanges. Realized profit/loss denotes the total profit/loss (in USD) of all moved coins whose price at their last movement was lower/higher than the price at the current movement. Long- and Short-Term Holder supply is defined with respect to the entity's averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

Entities are defined as a cluster of addresses that are controlled by the same network entity and are estimated through advanced heuristics and Glassnode's proprietary clustering algorithms. Note that entity–based metrics are based on data science techniques and statistical information that changes over time and are therefore mutable – the data is stable, but most recent data points are subject to slight fluctuations as time progresses. For more information see this article.

Note that exchange metrics are based on our labeled data of exchange addresses that we constantly keep updating, as well as data science techniques and statistical information that changes over time. Therefore these metrics are mutable – the data is stable, but especially most recent data points are subject to slight fluctuations as time progresses.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"lth_realized_loss":0.34575119681876,"lth_realized_profit":0.117113297171062,"sth_realized_loss":0.478387396564696,"sth_realized_profit":0.058748109445482}}]

Relative Unrealized Loss

GET https://api.glassnode.com/v1/metrics/indicators/unrealized_loss

Relative Unrealized Loss is defined as the total loss in USD of all coins in existence whose price at realisation time was higher than the current price normalized by the market cap. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.265095191358764}]

Relative Unrealized Profit

GET https://api.glassnode.com/v1/metrics/indicators/unrealized_profit

Relative Unrealized Profit is defined as the total profit in USD of all coins in existence whose price at realisation time was lower than the current price normalized by the market cap. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.399953572392317}]

Reserve Risk

GET https://api.glassnode.com/v1/metrics/indicators/reserve_risk

Reserve Risk is defined as price / HODL Bank. It is used to assess the confidence of long-term holders relative to the price of the native coin at any given point in time. When confidence is high and price is low, there is an attractive risk/reward to invest (Reserve Risk is low). When confidence is low and price is high then risk/reward is unattractive at that time (Reserve Risk is high).

This metric was created by @hansthered. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.0009653619903567457}]

RHODL Ratio

GET https://api.glassnode.com/v1/metrics/indicators/rhodl_ratio

The Realized HODL Ratio is a market indicator that uses a ratio of the Realized Cap HODL Waves. In particular, the RHODL Ratio takes the ratio between the 1 week and the 1-2 years RCap HODL bands. In addition, it accounts for increased supply by weighting the ratio by the total market age. A high ratio is an indication of an overheated market and can be used to time cycle tops. This metric was created by Philip Swift.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":355.1692540534609}]

Seller Exhaustion Constant

GET https://api.glassnode.com/v1/metrics/indicators/seller_exhaustion_constant

Seller Exhaustion Constant is defined as the product of the Percentage Supply in Profit and 30-day price volatility. It detects when two factors co-align: low volatility and high losses, or, in other words, low risk bottoms. This metric was first put forth by ARK Invest.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.026231344148885852}]

Short-Term Holder ASOL

GET https://api.glassnode.com/v1/metrics/indicators/asol_sth

Short-Term Holder variant of Average Spent Output Lifespan. Long- and Short-Term Holder supply is defined with respect to the address' averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":15.117513418377097}]

Short-Term Holder CDD

GET https://api.glassnode.com/v1/metrics/indicators/cdd_sth

Short-Term Holder variant of Coin Days Destroyed. Long- and Short-Term Holder supply is defined with respect to the address' averaged purchasing date with weights given by a logistic function centered at an age of 155 days and a transition width of 10 days.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":15726979.68022659}]

SOPD (ATH-Partitioned)

GET https://api.glassnode.com/v1/metrics/indicators/spent_output_price_distribution_ath

Spent Output Price Distribution (SOPD) shows at which prices UTXOs were spent that day, i.e. each bar shows the amount of volume that was moved within that specified price bucket. The price specified on the x-axis refers to the lower bound of that bucket. ATH-partitioned means that the price buckets are defined by dividing the range between 0 and the current ATH in 100 equally-spaced partitions.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

i

string

frequency interval: 1h, 24h

f

string

format: JSON

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1676851200,"ath_price":68642.3126881884,"current_price":24785.5574876367,"total_volume":697360.901224606,"partitions":[39.02047184]},{"t":1676937600,"ath_price":68642.3126881884,"current_price":24398.8700355997,"total_volume":834573.963677708,"partitions":[37.83299187]},{"t":1677024000,"ath_price":68642.3126881884,"current_price":24135.1814452438,"total_volume":812402.099997585,"partitions":[42.40279833]},{"t":1677110400,"ath_price":68642.3126881884,"current_price":23904.4487335994,"total_volume":838992.97189845,"partitions":[30.39542456]},{"t":1677196800,"ath_price":68642.3126881884,"current_price":23190.6023479472,"total_volume":849548.363507027,"partitions":[91.67826213]},{"t":1677283200,"ath_price":68642.3126881884,"current_price":23169.273079849,"total_volume":569307.81277702,"partitions":[23.35698002]},{"t":1677369600,"ath_price":68642.3126881884,"current_price":23537.3929259597,"total_volume":549637.807453139,"partitions":[231.72370278]},{"t":1677456000,"ath_price":68642.3126881884,"current_price":23519.8639792693,"total_volume":761521.426536018,"partitions":[7.50492653999999]},{"t":1677542400,"ath_price":68642.3126881884,"current_price":23156.8399156304,"total_volume":839171.137656565,"partitions":[87.1726569499999]},{"t":1677628800,"ath_price":68642.3126881884,"current_price":23645.8881134152,"total_volume":842420.942308961,"partitions":[26.29269783]},{"t":1677715200,"ath_price":68642.3126881884,"current_price":23472.892071418,"total_volume":818001.853658987,"partitions":[39.36518315]},{"t":1677801600,"ath_price":68642.3126881884,"current_price":22359.2172096883,"total_volume":950576.147383168,"partitions":[206.89414049]},{"t":1677888000,"ath_price":68642.3126881884,"current_price":22350.2027658805,"total_volume":573072.964878866,"partitions":[168.38017136]},{"t":1677974400,"ath_price":68642.3126881884,"current_price":22394.3511640611,"total_volume":582616.617027515,"partitions":[19.80926811]},{"t":1678060800,"ath_price":68642.3126881884,"current_price":22431.2754940832,"total_volume":768978.719008849,"partitions":[190.19244635]},{"t":1678147200,"ath_price":68642.3126881884,"current_price":22221.3132269194,"total_volume":932850.764255993,"partitions":[230.12990258]},{"t":1678233600,"ath_price":68642.3126881884,"current_price":21712.7010753403,"total_volume":867207.638011201,"partitions":[154.93454777]},{"t":1678320000,"ath_price":68642.3126881884,"current_price":20351.9852758391,"total_volume":843347.204438482,"partitions":[318.8472989]},{"t":1678406400,"ath_price":68642.3126881884,"current_price":20176.7876459319,"total_volume":995590.587422431,"partitions":[40.24335595]},{"t":1678492800,"ath_price":68642.3126881884,"current_price":20570.2470760737,"total_volume":938553.079006257,"partitions":[378.65253697]},{"t":1678579200,"ath_price":68642.3126881884,"current_price":21899.276311989,"total_volume":668279.891021776,"partitions":[2.64076352]},{"t":1678665600,"ath_price":68642.3126881884,"current_price":24159.0792889057,"total_volume":1159410.30693744,"partitions":[136.87198669]},{"t":1678752000,"ath_price":68642.3126881884,"current_price":24796.6112653633,"total_volume":1167914.16787996,"partitions":[64.53478977]},{"t":1678838400,"ath_price":68642.3126881884,"current_price":24392.725790296,"total_volume":982430.061935092,"partitions":[332.27305735]},{"t":1678924800,"ath_price":68642.3126881884,"current_price":25050.1492606499,"total_volume":862925.850034281,"partitions":[118.8611793]},{"t":1679011200,"ath_price":68642.3126881884,"current_price":27365.6020339833,"total_volume":1148360.86058127,"partitions":[24.08067069]},{"t":1679097600,"ath_price":68642.3126881884,"current_price":26923.9383518142,"total_volume":784417.903832548,"partitions":[54.96579019]},{"t":1679184000,"ath_price":68642.3126881884,"current_price":28218.0851873839,"total_volume":884734.792759787,"partitions":[57.82975345]},{"t":1679270400,"ath_price":68642.3126881884,"current_price":27716.6859641119,"total_volume":1313163.38185052,"partitions":[267.599868689998]},{"t":1679356800,"ath_price":68642.3126881884,"current_price":28151.3251208052,"total_volume":1158023.32882858,"partitions":[73.93634228]},{"t":1679443200,"ath_price":68642.3126881884,"current_price":27328.3976309554,"total_volume":1049574.19426432,"partitions":[46.29381831]},{"t":1679529600,"ath_price":68642.3126881884,"current_price":28335.1620723499,"total_volume":1043481.41357369,"partitions":[273.5276014]},{"t":1679616000,"ath_price":68642.3126881884,"current_price":27441.6916244038,"total_volume":1092180.19829012,"partitions":[47.47449634]},{"t":1679702400,"ath_price":68642.3126881884,"current_price":27489.972136639,"total_volume":740702.011685043,"partitions":[8.13058945]},{"t":1679788800,"ath_price":68642.3126881884,"current_price":28055.5073461768,"total_volume":735487.11933414,"partitions":[26.76631661]},{"t":1679875200,"ath_price":68642.3126881884,"current_price":27159.4454345227,"total_volume":1117969.87626759,"partitions":[43.87262301]},{"t":1679961600,"ath_price":68642.3126881884,"current_price":27291.9780420915,"total_volume":1144383.84202025,"partitions":[226.7868555]},{"t":1680048000,"ath_price":68642.3126881884,"current_price":28349.632751093,"total_volume":1119267.37279033,"partitions":[70.0679937]},{"t":1680134400,"ath_price":68642.3126881884,"current_price":28034.7916147742,"total_volume":1513199.6726029,"partitions":[167.558677]},{"t":1680220800,"ath_price":68642.3126881884,"current_price":28479.2287189028,"total_volume":1076483.98176755,"partitions":[59.41647363]},{"t":1680307200,"ath_price":68642.3126881884,"current_price":28473.5683778214,"total_volume":786755.273555724,"partitions":[86.31846871]},{"t":1680393600,"ath_price":68642.3126881884,"current_price":28194.1022318852,"total_volume":752741.569190137,"partitions":[36.43850254]},{"t":1680480000,"ath_price":68642.3126881884,"current_price":27767.6378517015,"total_volume":1064047.33306232,"partitions":[41.75867375]},{"t":1680566400,"ath_price":68642.3126881884,"current_price":28129.5904975379,"total_volume":1097507.55700155,"partitions":[117.92192717]},{"t":1680652800,"ath_price":68642.3126881884,"current_price":28173.7362916007,"total_volume":1116548.87926211,"partitions":[80.85516715]},{"t":1680739200,"ath_price":68642.3126881884,"current_price":28043.4964283543,"total_volume":1030407.78113551,"partitions":[18.49267568]},{"t":1680825600,"ath_price":68642.3126881884,"current_price":27934.7491595645,"total_volume":771803.165189465,"partitions":[91.86842496]},{"t":1680912000,"ath_price":68642.3126881884,"current_price":27942.7676656288,"total_volume":582304.691488443,"partitions":[44.34023083]},{"t":1680998400,"ath_price":68642.3126881884,"current_price":28340.4168537808,"total_volume":590139.390809509,"partitions":[18.03075548]},{"t":1681084800,"ath_price":68642.3126881884,"current_price":29684.5573323772,"total_volume":947094.627768934,"partitions":[22.99678824]},{"t":1681171200,"ath_price":68642.3126881884,"current_price":30254.021967482,"total_volume":962298.370996849,"partitions":[60.89873237]},{"t":1681257600,"ath_price":68642.3126881884,"current_price":29893.5823787309,"total_volume":1181479.73097903,"partitions":[857.69074045]},{"t":1681344000,"ath_price":68642.3126881884,"current_price":30384.7269072642,"total_volume":777984.900000552,"partitions":[88.90829415]},{"t":1681430400,"ath_price":68642.3126881884,"current_price":30476.9517386248,"total_volume":1028431.27522424,"partitions":[38.86146548]},{"t":1681516800,"ath_price":68642.3126881884,"current_price":30327.8528450311,"total_volume":767131.30167589,"partitions":[9.27155919]},{"t":1681603200,"ath_price":68642.3126881884,"current_price":30309.2145432978,"total_volume":633876.919927395,"partitions":[195.85959694]},{"t":1681689600,"ath_price":68642.3126881884,"current_price":29502.69163327,"total_volume":1099237.31711427,"partitions":[54.92204076]},{"t":1681776000,"ath_price":68642.3126881884,"current_price":30332.7366970421,"total_volume":798397.049285663,"partitions":[75.31237916]},{"t":1681862400,"ath_price":68642.3126881884,"current_price":28787.5762750889,"total_volume":785265.690625861,"partitions":[6085.05999012]},{"t":1681948800,"ath_price":68642.3126881884,"current_price":28262.4940909424,"total_volume":788133.447959145,"partitions":[24.80756133]},{"t":1682035200,"ath_price":68642.3126881884,"current_price":27304.1448848079,"total_volume":837359.580389112,"partitions":[479.51564294]},{"t":1682121600,"ath_price":68642.3126881884,"current_price":27833.5147734401,"total_volume":552640.52704735,"partitions":[61.29389815]},{"t":1682208000,"ath_price":68642.3126881884,"current_price":27598.759708663,"total_volume":486704.505366685,"partitions":[33.09469206]},{"t":1682294400,"ath_price":68642.3126881884,"current_price":27520.0188366502,"total_volume":814449.304316374,"partitions":[421.19585371]},{"t":1682380800,"ath_price":68642.3126881884,"current_price":28336.0379696166,"total_volume":796891.320880745,"partitions":[126.37120123]},{"t":1682467200,"ath_price":68642.3126881884,"current_price":28377.9780770092,"total_volume":896421.357390495,"partitions":[348.04418221]},{"t":1682553600,"ath_price":68642.3126881884,"current_price":29475.8300405773,"total_volume":868244.50621343,"partitions":[680.96925494]},{"t":1682640000,"ath_price":68642.3126881884,"current_price":29318.4262357822,"total_volume":862598.097444325,"partitions":[524.80877992]},{"t":1682726400,"ath_price":68642.3126881884,"current_price":29205.7746755031,"total_volume":588683.184361369,"partitions":[5.22329807]},{"t":1682812800,"ath_price":68642.3126881884,"current_price":29325.8399426098,"total_volume":676013.353898933,"partitions":[46.98593948]},{"t":1682899200,"ath_price":68642.3126881884,"current_price":28095.0419163598,"total_volume":815730.300378144,"partitions":[135.4228568]},{"t":1682985600,"ath_price":68642.3126881884,"current_price":28665.2762142488,"total_volume":672359.254107814,"partitions":[15.65855607]},{"t":1683072000,"ath_price":68642.3126881884,"current_price":28994.3749868051,"total_volume":950482.637107114,"partitions":[207.11675164]},{"t":1683158400,"ath_price":68642.3126881884,"current_price":28844.3230167531,"total_volume":838061.215632939,"partitions":[161.57117421]},{"t":1683244800,"ath_price":68642.3126881884,"current_price":29518.9438596518,"total_volume":821011.545786559,"partitions":[107.36001758]},{"t":1683331200,"ath_price":68642.3126881884,"current_price":28895.1784399506,"total_volume":871856.877936002,"partitions":[34.35697265]},{"t":1683417600,"ath_price":68642.3126881884,"current_price":28441.3680383238,"total_volume":1019240.55987761,"partitions":[18.27182901]},{"t":1683504000,"ath_price":68642.3126881884,"current_price":27680.6866326313,"total_volume":799684.446422088,"partitions":[27.25623055]},{"t":1683590400,"ath_price":68642.3126881884,"current_price":27599.2449481116,"total_volume":745027.25853374,"partitions":[12.6045249]},{"t":1683676800,"ath_price":68642.3126881884,"current_price":27611.8581265476,"total_volume":846467.131775002,"partitions":[90.75016648]},{"t":1683763200,"ath_price":68642.3126881884,"current_price":27002.4930001727,"total_volume":853743.827752857,"partitions":[249.51279636]},{"t":1683849600,"ath_price":68642.3126881884,"current_price":26817.2354769501,"total_volume":960686.062531404,"partitions":[32.53672569]},{"t":1683936000,"ath_price":68642.3126881884,"current_price":26807.3746112602,"total_volume":526853.993637579,"partitions":[2.5597543]},{"t":1684022400,"ath_price":68642.3126881884,"current_price":26916.4422754725,"total_volume":520715.570497676,"partitions":[20.56389474]},{"t":1684108800,"ath_price":68642.3126881884,"current_price":27291.5491884136,"total_volume":717655.337454452,"partitions":[294.17210194]},{"t":1684195200,"ath_price":68642.3126881884,"current_price":27028.6215113561,"total_volume":883134.610375865,"partitions":[717.41585443]},{"t":1684281600,"ath_price":68642.3126881884,"current_price":27402.0195800047,"total_volume":835811.194894413,"partitions":[13.78962608]},{"t":1684368000,"ath_price":68642.3126881884,"current_price":26827.8134913331,"total_volume":834054.904467755,"partitions":[128.27986524]},{"t":1684454400,"ath_price":68642.3126881884,"current_price":26896.6912436914,"total_volume":730668.36635056,"partitions":[175.86902362]},{"t":1684540800,"ath_price":68642.3126881884,"current_price":27123.2302584679,"total_volume":487766.899618328,"partitions":[66.84038845]},{"t":1684627200,"ath_price":68642.3126881884,"current_price":26786.7157109979,"total_volume":531381.156333591,"partitions":[27.57123543]},{"t":1684713600,"ath_price":68642.3126881884,"current_price":26854.9458192556,"total_volume":836337.758247168,"partitions":[129.79676314]},{"t":1684800000,"ath_price":68642.3126881884,"current_price":27240.3320169239,"total_volume":947227.638586392,"partitions":[94.28589666]},{"t":1684886400,"ath_price":68642.3126881884,"current_price":26353.7780710372,"total_volume":990842.17854518,"partitions":[14.37045919]},{"t":1684972800,"ath_price":68642.3126881884,"current_price":26474.8007835445,"total_volume":848199.398833713,"partitions":[5.31839043]},{"t":1685059200,"ath_price":68642.3126881884,"current_price":26719.1165481612,"total_volume":719962.33634519,"partitions":[23.42184432]},{"t":1685145600,"ath_price":68642.3126881884,"current_price":26868.2284112847,"total_volume":541025.647445068,"partitions":[50.37053067]},{"t":1685232000,"ath_price":68642.3126881884,"current_price":28107.0550116629,"total_volume":629627.193699527,"partitions":[7.83245337]},{"t":1685318400,"ath_price":68642.3126881884,"current_price":27753.1834088847,"total_volume":879568.765769914,"partitions":[53.4072098300002]},{"t":1685404800,"ath_price":68642.3126881884,"current_price":27715.3209546496,"total_volume":1011539.76534067,"partitions":[39.75027816]},{"t":1685491200,"ath_price":68642.3126881884,"current_price":27262.5939652694,"total_volume":1389979.51241221,"partitions":[103.00834228]},{"t":1685577600,"ath_price":68642.3126881884,"current_price":26807.08098881,"total_volume":1099433.08971294,"partitions":[67.29933051]},{"t":1685664000,"ath_price":68642.3126881884,"current_price":27246.5085588358,"total_volume":1255046.16514864,"partitions":[7.96380871]},{"t":1685750400,"ath_price":68642.3126881884,"current_price":27080.4514246647,"total_volume":819062.736602591,"partitions":[4.97183407999998]},{"t":1685836800,"ath_price":68642.3126881884,"current_price":27100.6725352805,"total_volume":961639.39280643,"partitions":[13.69238695]},{"t":1685923200,"ath_price":68642.3126881884,"current_price":25768.859255177,"total_volume":1535521.17530434,"partitions":[15.21901528]},{"t":1686009600,"ath_price":68642.3126881884,"current_price":27187.5595052511,"total_volume":1352690.96388411,"partitions":[149.33563862]},{"t":1686096000,"ath_price":68642.3126881884,"current_price":26350.9272810728,"total_volume":1019893.14181465,"partitions":[68.46663663]},{"t":1686182400,"ath_price":68642.3126881884,"current_price":26529.1611163543,"total_volume":1058424.07146022,"partitions":[1477.74589285]},{"t":1686268800,"ath_price":68642.3126881884,"current_price":26471.3289298561,"total_volume":1117928.89250509,"partitions":[559.654515889998]},{"t":1686355200,"ath_price":68642.3126881884,"current_price":25862.0063908444,"total_volume":1030671.17734677,"partitions":[15.55572115]},{"t":1686441600,"ath_price":68642.3126881884,"current_price":25917.1977344574,"total_volume":1024471.94973081,"partitions":[19.41752515]},{"t":1686528000,"ath_price":68642.3126881884,"current_price":25894.2709909618,"total_volume":1166720.37240403,"partitions":[41.24692535]},{"t":1686614400,"ath_price":68642.3126881884,"current_price":25869.0910875628,"total_volume":1001007.20822359,"partitions":[22.17221444]},{"t":1686700800,"ath_price":68642.3126881884,"current_price":25123.8515308095,"total_volume":959305.936740625,"partitions":[26.640342]},{"t":1686787200,"ath_price":68642.3126881884,"current_price":25537.436356901,"total_volume":930719.119655352,"partitions":[213.98845269]},{"t":1686873600,"ath_price":68642.3126881884,"current_price":26322.8639661297,"total_volume":991809.843337345,"partitions":[109.33223079]},{"t":1686960000,"ath_price":68642.3126881884,"current_price":26493.7222174637,"total_volume":676298.320291219,"partitions":[4.52112193]},{"t":1687046400,"ath_price":68642.3126881884,"current_price":26325.8901810201,"total_volume":754520.949155298,"partitions":[3.84802818]},{"t":1687132800,"ath_price":68642.3126881884,"current_price":26783.2471969441,"total_volume":956965.41249587,"partitions":[15.59947024]},{"t":1687219200,"ath_price":68642.3126881884,"current_price":28333.4051096924,"total_volume":1060119.17165056,"partitions":[36.71329288]},{"t":1687305600,"ath_price":68642.3126881884,"current_price":30038.5197092391,"total_volume":1218299.52862448,"partitions":[40.37279944]},{"t":1687392000,"ath_price":68642.3126881884,"current_price":29994.499432115,"total_volume":1174529.73853291,"partitions":[54.09113949]},{"t":1687478400,"ath_price":68642.3126881884,"current_price":30619.9519110849,"total_volume":1058574.95741796,"partitions":[10.13858721]},{"t":1687564800,"ath_price":68642.3126881884,"current_price":30515.5368111672,"total_volume":728619.25307792,"partitions":[6.71694073]},{"t":1687651200,"ath_price":68642.3126881884,"current_price":30446.9013782008,"total_volume":775209.93871531,"partitions":[25.10178258]},{"t":1687737600,"ath_price":68642.3126881884,"current_price":30286.0199271532,"total_volume":1041257.19589293,"partitions":[162.2686211]},{"t":1687824000,"ath_price":68642.3126881884,"current_price":30725.4543534843,"total_volume":989118.555701372,"partitions":[67.95962359]},{"t":1687910400,"ath_price":68642.3126881884,"current_price":30109.3304070788,"total_volume":931168.228908172,"partitions":[14.2539221]},{"t":1687996800,"ath_price":68642.3126881884,"current_price":30458.25082528,"total_volume":1140423.02593181,"partitions":[42.29944366]},{"t":1688083200,"ath_price":68642.3126881884,"current_price":30492.6508177595,"total_volume":1146713.1111091,"partitions":[7.52792902]},{"t":1688169600,"ath_price":68642.3126881884,"current_price":30579.1943097576,"total_volume":759795.499140112,"partitions":[108.65334731]},{"t":1688256000,"ath_price":68642.3126881884,"current_price":30622.2369972301,"total_volume":588882.668457112,"partitions":[56.08261555]},{"t":1688342400,"ath_price":68642.3126881884,"current_price":31130.7870337578,"total_volume":928188.958527062,"partitions":[48.55863346]},{"t":1688428800,"ath_price":68642.3126881884,"current_price":30779.131464144,"total_volume":864439.192436212,"partitions":[65.1117495499999]},{"t":1688515200,"ath_price":68642.3126881884,"current_price":30500.1398967568,"total_volume":854639.572387491,"partitions":[9.05155528000001]},{"t":1688601600,"ath_price":68642.3126881884,"current_price":29946.9813154979,"total_volume":928040.097145675,"partitions":[54.80540431]},{"t":1688688000,"ath_price":68642.3126881884,"current_price":30321.1643734029,"total_volume":923403.588365352,"partitions":[101.31933033]},{"t":1688774400,"ath_price":68642.3126881884,"current_price":30254.3002192136,"total_volume":706998.038869249,"partitions":[71.23354262]},{"t":1688860800,"ath_price":68642.3126881884,"current_price":30149.9983286263,"total_volume":720689.488213222,"partitions":[163.82374627]},{"t":1688947200,"ath_price":68642.3126881884,"current_price":30395.9337521405,"total_volume":912812.137452285,"partitions":[115.55082716]},{"t":1689033600,"ath_price":68642.3126881884,"current_price":30612.2524006063,"total_volume":815126.437602183,"partitions":[216.01211281]},{"t":1689120000,"ath_price":68642.3126881884,"current_price":30386.1848843036,"total_volume":903599.00418529,"partitions":[306.84247306]},{"t":1689206400,"ath_price":68642.3126881884,"current_price":31454.3854580246,"total_volume":929571.168978511,"partitions":[44.26906054]},{"t":1689292800,"ath_price":68642.3126881884,"current_price":30332.3350733819,"total_volume":945493.651188803,"partitions":[15.11812932]},{"t":1689379200,"ath_price":68642.3126881884,"current_price":30290.4259253609,"total_volume":679925.719595512,"partitions":[9.60674842]},{"t":1689465600,"ath_price":68642.3126881884,"current_price":30258.0155934128,"total_volume":685727.917731716,"partitions":[19.41510617]},{"t":1689552000,"ath_price":68642.3126881884,"current_price":30152.7187647629,"total_volume":864686.888588257,"partitions":[76.73654874]},{"t":1689638400,"ath_price":68642.3126881884,"current_price":29854.1616294549,"total_volume":1108672.56474375,"partitions":[38.3552998700001]},{"t":1689724800,"ath_price":68642.3126881884,"current_price":29926.7250900228,"total_volume":893822.30188572,"partitions":[31.0497467]},{"t":1689811200,"ath_price":68642.3126881884,"current_price":29803.4767530747,"total_volume":863306.069914869,"partitions":[46.15081425]},{"t":1689897600,"ath_price":68642.3126881884,"current_price":29918.0622451605,"total_volume":743611.184848122,"partitions":[278.45680396]},{"t":1689984000,"ath_price":68642.3126881884,"current_price":29678.918183089,"total_volume":525885.79914817,"partitions":[1418.26880124]},{"t":1690070400,"ath_price":68642.3126881884,"current_price":30058.5812563158,"total_volume":534592.607035499,"partitions":[28.58369276]},{"t":1690156800,"ath_price":68642.3126881884,"current_price":29176.009547128,"total_volume":751906.456360352,"partitions":[94.41769267]},{"t":1690243200,"ath_price":68642.3126881884,"current_price":29242.2700718324,"total_volume":691042.53817442,"partitions":[8.37109992]},{"t":1690329600,"ath_price":68642.3126881884,"current_price":29352.2423961416,"total_volume":700105.752017067,"partitions":[20.24216884]},{"t":1690416000,"ath_price":68642.3126881884,"current_price":29204.3502221115,"total_volume":738761.006280373,"partitions":[32.86953738]},{"t":1690502400,"ath_price":68642.3126881884,"current_price":29305.3467119158,"total_volume":785744.920499703,"partitions":[191.47850469]},{"t":1690588800,"ath_price":68642.3126881884,"current_price":29355.7612283993,"total_volume":535838.1513003,"partitions":[17.84691279]},{"t":1690675200,"ath_price":68642.3126881884,"current_price":29275.109106224,"total_volume":624776.080236179,"partitions":[29.86624987]},{"t":1690761600,"ath_price":68642.3126881884,"current_price":29201.2650388196,"total_volume":797106.915137822,"partitions":[41.02537329]},{"t":1690848000,"ath_price":68642.3126881884,"current_price":29668.5781139684,"total_volume":756721.4396846,"partitions":[62.0353135]},{"t":1690934400,"ath_price":68642.3126881884,"current_price":29125.7392545982,"total_volume":688205.733583778,"partitions":[80.53560329]},{"t":1691020800,"ath_price":68642.3126881884,"current_price":29216.0570791432,"total_volume":689691.753507834,"partitions":[20.13785033]},{"t":1691107200,"ath_price":68642.3126881884,"current_price":29028.3019500637,"total_volume":659717.068010559,"partitions":[31.35168852]},{"t":1691193600,"ath_price":68642.3126881884,"current_price":29050.7875843343,"total_volume":580343.406349448,"partitions":[19.95115743]},{"t":1691280000,"ath_price":68642.3126881884,"current_price":29053.740726721,"total_volume":504716.631549479,"partitions":[20.67667109]},{"t":1691366400,"ath_price":68642.3126881884,"current_price":29179.4548728283,"total_volume":893511.468834242,"partitions":[38.03560227]},{"t":1691452800,"ath_price":68642.3126881884,"current_price":29788.7453054456,"total_volume":898047.485718488,"partitions":[26.55835693]},{"t":1691539200,"ath_price":68642.3126881884,"current_price":29590.8317321385,"total_volume":872138.34401354,"partitions":[128.52686828]},{"t":1691625600,"ath_price":68642.3126881884,"current_price":29437.8426384499,"total_volume":940278.669488274,"partitions":[60.34901706]},{"t":1691712000,"ath_price":68642.3126881884,"current_price":29399.6743450732,"total_volume":817681.444824457,"partitions":[4.40785598]},{"t":1691798400,"ath_price":68642.3126881884,"current_price":29416.3209521918,"total_volume":734640.565215903,"partitions":[397.21672776]},{"t":1691884800,"ath_price":68642.3126881884,"current_price":29284.3535948556,"total_volume":622867.751299876,"partitions":[5.62327203]},{"t":1691971200,"ath_price":68642.3126881884,"current_price":29412.6629632129,"total_volume":857363.217608265,"partitions":[1042.50188065]},{"t":1692057600,"ath_price":68642.3126881884,"current_price":29168.9393102894,"total_volume":801602.173817984,"partitions":[46.3921828]},{"t":1692144000,"ath_price":68642.3126881884,"current_price":28716.955675677,"total_volume":910716.394374097,"partitions":[83.69463771]},{"t":1692230400,"ath_price":68642.3126881884,"current_price":26641.1490175833,"total_volume":1218004.26840996,"partitions":[266.21897659]},{"t":1692316800,"ath_price":68642.3126881884,"current_price":26049.1995533381,"total_volume":1006569.72128714,"partitions":[32.82408283]},{"t":1692403200,"ath_price":68642.3126881884,"current_price":26087.6681513793,"total_volume":663089.780524261,"partitions":[32.48398149]},{"t":1692489600,"ath_price":68642.3126881884,"current_price":26171.2073073758,"total_volume":602793.912380732,"partitions":[5.21371084]},{"t":1692576000,"ath_price":68642.3126881884,"current_price":26119.6865997804,"total_volume":1017034.6601332,"partitions":[12.89836863]},{"t":1692662400,"ath_price":68642.3126881884,"current_price":26023.4584889966,"total_volume":1051630.54717582,"partitions":[81.20809093]},{"t":1692748800,"ath_price":68642.3126881884,"current_price":26424.425885267,"total_volume":1063243.81691238,"partitions":[5.80805531]},{"t":1692835200,"ath_price":68642.3126881884,"current_price":26109.2476973733,"total_volume":859348.59428958,"partitions":[75.26788917]},{"t":1692921600,"ath_price":68642.3126881884,"current_price":26041.2557247653,"total_volume":781308.742019336,"partitions":[0.77102144]},{"t":1693008000,"ath_price":68642.3126881884,"current_price":26006.6715364229,"total_volume":577726.329019679,"partitions":[4.16514862]},{"t":1693094400,"ath_price":68642.3126881884,"current_price":26075.0804047645,"total_volume":786647.415635274,"partitions":[138.20327069]},{"t":1693180800,"ath_price":68642.3126881884,"current_price":26097.6980541366,"total_volume":905887.662464927,"partitions":[128.67700959]},{"t":1693267200,"ath_price":68642.3126881884,"current_price":27614.4066012969,"total_volume":995359.010616623,"partitions":[361.132307250001]},{"t":1693353600,"ath_price":68642.3126881884,"current_price":27301.8029928452,"total_volume":995937.094398294,"partitions":[310.48223256]},{"t":1693440000,"ath_price":68642.3126881884,"current_price":25929.8273633107,"total_volume":818857.209251059,"partitions":[5.54190363]},{"t":1693526400,"ath_price":68642.3126881884,"current_price":25802.6775814268,"total_volume":927225.384786959,"partitions":[20.2300209]},{"t":1693612800,"ath_price":68642.3126881884,"current_price":25866.9563925759,"total_volume":605971.538934175,"partitions":[16.88712709]},{"t":1693699200,"ath_price":68642.3126881884,"current_price":25973.923702016,"total_volume":484508.642230678,"partitions":[105.44975557]},{"t":1693785600,"ath_price":68642.3126881884,"current_price":25808.6176449655,"total_volume":646257.618603824,"partitions":[63.70596605]},{"t":1693872000,"ath_price":68642.3126881884,"current_price":25784.4888751532,"total_volume":709947.937561526,"partitions":[19.84633298]},{"t":1693958400,"ath_price":68642.3126881884,"current_price":25761.707609625,"total_volume":696357.951896784,"partitions":[509.28060844]},{"t":1694044800,"ath_price":68642.3126881884,"current_price":26215.697676474,"total_volume":695546.136235779,"partitions":[7.47031335]},{"t":1694131200,"ath_price":68642.3126881884,"current_price":25903.4558171567,"total_volume":643668.918433689,"partitions":[22.18180503]},{"t":1694217600,"ath_price":68642.3126881884,"current_price":25893.7080654052,"total_volume":550956.177903985,"partitions":[30.53192526]},{"t":1694304000,"ath_price":68642.3126881884,"current_price":25841.0852727594,"total_volume":636682.121662138,"partitions":[27.6881618]},{"t":1694390400,"ath_price":68642.3126881884,"current_price":25146.7039911578,"total_volume":734765.167178515,"partitions":[11.83032354]},{"t":1694476800,"ath_price":68642.3126881884,"current_price":25856.7197499826,"total_volume":818294.8497944,"partitions":[26.85745282]},{"t":1694563200,"ath_price":68642.3126881884,"current_price":26230.4112960061,"total_volume":673695.105891613,"partitions":[3.58787178]},{"t":1694649600,"ath_price":68642.3126881884,"current_price":26547.6513791908,"total_volume":765382.686622126,"partitions":[24.3802269]},{"t":1694736000,"ath_price":68642.3126881884,"current_price":26647.2234097979,"total_volume":861426.821896354,"partitions":[339.45238599]},{"t":1694822400,"ath_price":68642.3126881884,"current_price":26553.9554398991,"total_volume":645484.655190239,"partitions":[4.60371191]},{"t":1694908800,"ath_price":68642.3126881884,"current_price":26508.104441981,"total_volume":578381.418081391,"partitions":[34.3339887]},{"t":1694995200,"ath_price":68642.3126881884,"current_price":26751.44205728,"total_volume":785824.870950909,"partitions":[919.04967809]},{"t":1695081600,"ath_price":68642.3126881884,"current_price":27213.1331913568,"total_volume":856831.981829343,"partitions":[602.911819550001]},{"t":1695168000,"ath_price":68642.3126881884,"current_price":27152.0941221041,"total_volume":933956.697782213,"partitions":[119.01161087]},{"t":1695254400,"ath_price":68642.3126881884,"current_price":26563.8485329805,"total_volume":713077.641477051,"partitions":[18.93596049]},{"t":1695340800,"ath_price":68642.3126881884,"current_price":26580.948241166,"total_volume":640234.020975805,"partitions":[13.87497618]},{"t":1695427200,"ath_price":68642.3126881884,"current_price":26575.1480345705,"total_volume":474246.18909108,"partitions":[105.39321719]},{"t":1695513600,"ath_price":68642.3126881884,"current_price":26265.4541921952,"total_volume":483336.290517157,"partitions":[224.30005061]},{"t":1695600000,"ath_price":68642.3126881884,"current_price":26301.8478092495,"total_volume":816574.429125982,"partitions":[170.12035488]},{"t":1695686400,"ath_price":68642.3126881884,"current_price":26168.813075508,"total_volume":662399.426100383,"partitions":[13.58232517]},{"t":1695772800,"ath_price":68642.3126881884,"current_price":26291.3138063015,"total_volume":760697.323884196,"partitions":[13.18558362]},{"t":1695859200,"ath_price":68642.3126881884,"current_price":27059.5350229411,"total_volume":810268.162169826,"partitions":[563.11437384]},{"t":1695945600,"ath_price":68642.3126881884,"current_price":26919.0577926824,"total_volume":888883.651891405,"partitions":[69.01893223]},{"t":1696032000,"ath_price":68642.3126881884,"current_price":26993.1765824443,"total_volume":652717.388472895,"partitions":[42.85586596]},{"t":1696118400,"ath_price":68642.3126881884,"current_price":27963.7089323014,"total_volume":554293.259198136,"partitions":[53.31669803]},{"t":1696204800,"ath_price":68642.3126881884,"current_price":27615.8109222834,"total_volume":1105443.40981946,"partitions":[24.4961763]},{"t":1696291200,"ath_price":68642.3126881884,"current_price":27465.3010055685,"total_volume":838352.086877439,"partitions":[4.53360717]},{"t":1696377600,"ath_price":68642.3126881884,"current_price":27793.8355959913,"total_volume":981422.846770119,"partitions":[687.44851202]},{"t":1696464000,"ath_price":68642.3126881884,"current_price":27416.1983178969,"total_volume":1074621.86053218,"partitions":[19.76871891]},{"t":1696550400,"ath_price":68642.3126881884,"current_price":27945.9233719191,"total_volume":1059461.48859223,"partitions":[458.19582494]},{"t":1696636800,"ath_price":68642.3126881884,"current_price":27967.6409134271,"total_volume":807914.782652904,"partitions":[29.26171892]},{"t":1696723200,"ath_price":68642.3126881884,"current_price":27946.9408191196,"total_volume":632449.114519162,"partitions":[234.79578227]},{"t":1696809600,"ath_price":68642.3126881884,"current_price":27592.9610726414,"total_volume":748447.133648216,"partitions":[19.10721291]},{"t":1696896000,"ath_price":68642.3126881884,"current_price":27391.3405159958,"total_volume":831226.322449634,"partitions":[48.3260583999999]},{"t":1696982400,"ath_price":68642.3126881884,"current_price":26839.4634565126,"total_volume":874875.904751014,"partitions":[27.88539295]},{"t":1697068800,"ath_price":68642.3126881884,"current_price":26742.8788178964,"total_volume":759731.124141136,"partitions":[140.64785016]},{"t":1697155200,"ath_price":68642.3126881884,"current_price":26848.8520937785,"total_volume":648083.317709185,"partitions":[4.99074145]},{"t":1697241600,"ath_price":68642.3126881884,"current_price":26863.172256085,"total_volume":723041.552875526,"partitions":[79.15641134]},{"t":1697328000,"ath_price":68642.3126881884,"current_price":27144.9048550344,"total_volume":520360.727485509,"partitions":[47.17086431]},{"t":1697414400,"ath_price":68642.3126881884,"current_price":28506.1543580097,"total_volume":979950.093803771,"partitions":[28.29387527]},{"t":1697500800,"ath_price":68642.3126881884,"current_price":28418.9494449073,"total_volume":870205.322683188,"partitions":[47.90326478]},{"t":1697587200,"ath_price":68642.3126881884,"current_price":28329.2993722063,"total_volume":823586.149259895,"partitions":[106.99225143]},{"t":1697673600,"ath_price":68642.3126881884,"current_price":28674.9322125235,"total_volume":862941.615947759,"partitions":[226.69546876]},{"t":1697760000,"ath_price":68642.3126881884,"current_price":29696.7301152152,"total_volume":1022895.82762508,"partitions":[32.31879232]},{"t":1697846400,"ath_price":68642.3126881884,"current_price":29918.0729956877,"total_volume":634812.686666589,"partitions":[52.23735598]},{"t":1697932800,"ath_price":68642.3126881884,"current_price":29976.4814093799,"total_volume":634987.228237622,"partitions":[21.67117272]},{"t":1698019200,"ath_price":68642.3126881884,"current_price":32847.8731356074,"total_volume":1142474.08578908,"partitions":[30.85324515]},{"t":1698105600,"ath_price":68642.3126881884,"current_price":33810.9477627002,"total_volume":1448331.12715129,"partitions":[82.33572184]},{"t":1698192000,"ath_price":68642.3126881884,"current_price":34470.461305634,"total_volume":1042757.61917044,"partitions":[80.8003263100001]},{"t":1698278400,"ath_price":68642.3126881884,"current_price":34149.3080710764,"total_volume":929254.964917595,"partitions":[84.2510423400001]},{"t":1698364800,"ath_price":68642.3126881884,"current_price":33912.5410629164,"total_volume":865578.44292065,"partitions":[49.60321547]},{"t":1698451200,"ath_price":68642.3126881884,"current_price":34097.5290899961,"total_volume":623077.530733638,"partitions":[1092.61228934]},{"t":1698537600,"ath_price":68642.3126881884,"current_price":34551.3650387274,"total_volume":631166.484862809,"partitions":[543.35422734]},{"t":1698624000,"ath_price":68642.3126881884,"current_price":34497.3037052442,"total_volume":970406.709032776,"partitions":[28.44063761]},{"t":1698710400,"ath_price":68642.3126881884,"current_price":34653.6842729529,"total_volume":793336.774227152,"partitions":[47.89268498]},{"t":1698796800,"ath_price":68642.3126881884,"current_price":35420.449327089,"total_volume":840079.228895566,"partitions":[22.70857143]},{"t":1698883200,"ath_price":68642.3126881884,"current_price":34934.7416820697,"total_volume":840199.286821092,"partitions":[101.973146010001]},{"t":1698969600,"ath_price":68642.3126881884,"current_price":34740.1173306426,"total_volume":843914.99404646,"partitions":[15.94182228]},{"t":1699056000,"ath_price":68642.3126881884,"current_price":35070.0478456889,"total_volume":619881.684037006,"partitions":[45.82933777]},{"t":1699142400,"ath_price":68642.3126881884,"current_price":35134.2256053359,"total_volume":547279.822034351,"partitions":[21.0544073599999]},{"t":1699228800,"ath_price":68642.3126881884,"current_price":35019.7987931986,"total_volume":778410.911944341,"partitions":[24.72159005]},{"t":1699315200,"ath_price":68642.3126881884,"current_price":35400.5588803927,"total_volume":793278.453010601,"partitions":[310.72375724]},{"t":1699401600,"ath_price":68642.3126881884,"current_price":35844.0422593986,"total_volume":859161.197348404,"partitions":[135.00080785]},{"t":1699488000,"ath_price":68642.3126881884,"current_price":36718.2999658518,"total_volume":1098794.15051642,"partitions":[127.73796895]},{"t":1699574400,"ath_price":68642.3126881884,"current_price":37346.2892136017,"total_volume":841295.270580892,"partitions":[198.99828623]},{"t":1699660800,"ath_price":68642.3126881884,"current_price":36939.8259975005,"total_volume":690936.282015487,"partitions":[28.29886778]},{"t":1699747200,"ath_price":68642.3126881884,"current_price":37057.8000758565,"total_volume":614504.63660278,"partitions":[80.3408456000001]},{"t":1699833600,"ath_price":68642.3126881884,"current_price":36579.719014533,"total_volume":786653.783864025,"partitions":[181.05251324]},{"t":1699920000,"ath_price":68642.3126881884,"current_price":35540.6613252559,"total_volume":939967.224489475,"partitions":[243.87298882]},{"t":1700006400,"ath_price":68642.3126881884,"current_price":37817.632895863,"total_volume":829510.420807412,"partitions":[145.93049212]},{"t":1700092800,"ath_price":68642.3126881884,"current_price":36208.8007371058,"total_volume":869659.592797672,"partitions":[153.62297789]},{"t":1700179200,"ath_price":68642.3126881884,"current_price":36560.153573892,"total_volume":752107.101034155,"partitions":[181.68095879]},{"t":1700265600,"ath_price":68642.3126881884,"current_price":36580.4198914963,"total_volume":488165.526491941,"partitions":[482.48752711]},{"t":1700352000,"ath_price":68642.3126881884,"current_price":37486.1536198741,"total_volume":562062.719479885,"partitions":[507.12243118]},{"t":1700438400,"ath_price":68642.3126881884,"current_price":37486.5697948241,"total_volume":934616.367485505,"partitions":[367.5982285]},{"t":1700524800,"ath_price":68642.3126881884,"current_price":35969.2471775108,"total_volume":960261.393172959,"partitions":[141.6163765]},{"t":1700611200,"ath_price":68642.3126881884,"current_price":37471.8581435729,"total_volume":925330.860166061,"partitions":[80.04029509]},{"t":1700697600,"ath_price":68642.3126881884,"current_price":37314.1071580666,"total_volume":717939.751290857,"partitions":[40.08695993]},{"t":1700784000,"ath_price":68642.3126881884,"current_price":37727.337028466,"total_volume":892860.905178793,"partitions":[17.68894748]},{"t":1700870400,"ath_price":68642.3126881884,"current_price":37809.8800870336,"total_volume":643472.044406376,"partitions":[40.17885223]},{"t":1700956800,"ath_price":68642.3126881884,"current_price":37505.379941434,"total_volume":672533.779912205,"partitions":[552.87143731]},{"t":1701043200,"ath_price":68642.3126881884,"current_price":37079.1040302462,"total_volume":850647.180097657,"partitions":[43.35597497]},{"t":1701129600,"ath_price":68642.3126881884,"current_price":37870.4677138611,"total_volume":817386.058220278,"partitions":[113.00392793]},{"t":1701216000,"ath_price":68642.3126881884,"current_price":37827.1841495604,"total_volume":876708.259900193,"partitions":[37.81589371]},{"t":1701302400,"ath_price":68642.3126881884,"current_price":37714.6103228717,"total_volume":891791.560238767,"partitions":[137.79510862]},{"t":1701388800,"ath_price":68642.3126881884,"current_price":38670.5303577682,"total_volume":1033503.50877354,"partitions":[52.71366467]},{"t":1701475200,"ath_price":68642.3126881884,"current_price":39476.8592997238,"total_volume":751434.921434663,"partitions":[96.4395416900001]},{"t":1701561600,"ath_price":68642.3126881884,"current_price":39944.9090519596,"total_volume":734868.808873614,"partitions":[66.4769385699999]},{"t":1701648000,"ath_price":68642.3126881884,"current_price":41874.376549489,"total_volume":1102682.63839182,"partitions":[1042.51288436]},{"t":1701734400,"ath_price":68642.3126881884,"current_price":43943.47007566,"total_volume":980168.96261096,"partitions":[23.22193866]},{"t":1701820800,"ath_price":68642.3126881884,"current_price":43800.4300531826,"total_volume":1014931.20348593,"partitions":[119.87945993]},{"t":1701907200,"ath_price":68642.3126881884,"current_price":43300.832363807,"total_volume":882889.462022103,"partitions":[379.36761975]},{"t":1701993600,"ath_price":68642.3126881884,"current_price":44191.7140039497,"total_volume":987913.085161397,"partitions":[65.4050915400005]},{"t":1702080000,"ath_price":68642.3126881884,"current_price":43723.6922369816,"total_volume":619157.083894382,"partitions":[163.662509920001]},{"t":1702166400,"ath_price":68642.3126881884,"current_price":43764.5810311404,"total_volume":541554.6250193,"partitions":[173.27939902]},{"t":1702252800,"ath_price":68642.3126881884,"current_price":41212.3305946743,"total_volume":988262.482357441,"partitions":[19.08764177]},{"t":1702339200,"ath_price":68642.3126881884,"current_price":41508.7461202351,"total_volume":932181.964973722,"partitions":[116.84144209]},{"t":1702425600,"ath_price":68642.3126881884,"current_price":42896.6972843768,"total_volume":842200.925422381,"partitions":[60.46101828]},{"t":1702512000,"ath_price":68642.3126881884,"current_price":43139.6817429506,"total_volume":831615.660153679,"partitions":[5.60348728]},{"t":1702598400,"ath_price":68642.3126881884,"current_price":41949.3273007756,"total_volume":761695.572484186,"partitions":[709.74602949]},{"t":1702684800,"ath_price":68642.3126881884,"current_price":42222.3828498701,"total_volume":561673.870096725,"partitions":[6.25413978]},{"t":1702771200,"ath_price":68642.3126881884,"current_price":41413.0982283744,"total_volume":438313.984021048,"partitions":[26.91445041]},{"t":1702857600,"ath_price":68642.3126881884,"current_price":42679.42154111,"total_volume":760457.394089963,"partitions":[2117.36807778001]},{"t":1702944000,"ath_price":68642.3126881884,"current_price":42228.2374622,"total_volume":738326.540510928,"partitions":[60.0293509699999]},{"t":1703030400,"ath_price":68642.3126881884,"current_price":43631.3642743832,"total_volume":817530.342800635,"partitions":[109.53791589]},{"t":1703116800,"ath_price":68642.3126881884,"current_price":43838.4744574747,"total_volume":738986.472104277,"partitions":[46.8522445]},{"t":1703203200,"ath_price":68642.3126881884,"current_price":44026.9012829493,"total_volume":840860.251761197,"partitions":[73.13130796]},{"t":1703289600,"ath_price":68642.3126881884,"current_price":43769.2847919507,"total_volume":454025.335402282,"partitions":[81.06127071]},{"t":1703376000,"ath_price":68642.3126881884,"current_price":43082.5253881641,"total_volume":554944.612891842,"partitions":[21.78757829]},{"t":1703462400,"ath_price":68642.3126881884,"current_price":43636.1019721129,"total_volume":482426.149819032,"partitions":[46.09624917]},{"t":1703548800,"ath_price":68642.3126881884,"current_price":42518.5553342651,"total_volume":791533.879027765,"partitions":[96.6323051699999]},{"t":1703635200,"ath_price":68642.3126881884,"current_price":43445.8471775739,"total_volume":768999.561229905,"partitions":[124.78311952]},{"t":1703721600,"ath_price":68642.3126881884,"current_price":42624.5766672541,"total_volume":699041.307517675,"partitions":[34.3580789]},{"t":1703808000,"ath_price":68642.3126881884,"current_price":41990.4060610736,"total_volume":813148.161781805,"partitions":[56.97044463]},{"t":1703894400,"ath_price":68642.3126881884,"current_price":42238.8955770717,"total_volume":622157.769260263,"partitions":[13.10664781]},{"t":1703980800,"ath_price":68642.3126881884,"current_price":42228.9972575168,"total_volume":575583.834697627,"partitions":[66.38497584]},{"t":1704067200,"ath_price":68642.3126881884,"current_price":44103.5318162772,"total_volume":530115.400001576,"partitions":[40.8382805800001]},{"t":1704153600,"ath_price":68642.3126881884,"current_price":44859.2114127649,"total_volume":848431.347162973,"partitions":[84.87260854]},{"t":1704240000,"ath_price":68642.3126881884,"current_price":42830.904205168,"total_volume":858388.604990371,"partitions":[60.41447921]},{"t":1704326400,"ath_price":68642.3126881884,"current_price":44221.9930930472,"total_volume":1053398.46628318,"partitions":[58.62307025]},{"t":1704412800,"ath_price":68642.3126881884,"current_price":44083.5818078338,"total_volume":785246.438876665,"partitions":[12.87597929]},{"t":1704499200,"ath_price":68642.3126881884,"current_price":43899.3828921374,"total_volume":562082.524033868,"partitions":[12.67293693]},{"t":1704585600,"ath_price":68642.3126881884,"current_price":43903.649415426,"total_volume":573421.690216325,"partitions":[52.62039555]},{"t":1704672000,"ath_price":68642.3126881884,"current_price":46980.2832792646,"total_volume":846955.110685566,"partitions":[46.9751327300001]},{"t":1704758400,"ath_price":68642.3126881884,"current_price":46037.7848642899,"total_volume":1140479.2030409,"partitions":[41.3229254899999]},{"t":1704844800,"ath_price":68642.3126881884,"current_price":46553.6246801514,"total_volume":1313650.85715995,"partitions":[182.16316655]},{"t":1704931200,"ath_price":68642.3126881884,"current_price":46372.662505499,"total_volume":1150831.46375822,"partitions":[57.66167811]},{"t":1705017600,"ath_price":68642.3126881884,"current_price":42734.185200781,"total_volume":1448194.71284941,"partitions":[95.4476816000001]},{"t":1705104000,"ath_price":68642.3126881884,"current_price":42838.735969874,"total_volume":709390.622342456,"partitions":[24.9981741]},{"t":1705190400,"ath_price":68642.3126881884,"current_price":41937.9383668078,"total_volume":505092.721593649,"partitions":[36.25808368]},{"t":1705276800,"ath_price":68642.3126881884,"current_price":42592.5622113635,"total_volume":706550.01462074,"partitions":[75.0754508300001]},{"t":1705363200,"ath_price":68642.3126881884,"current_price":43212.7536992825,"total_volume":920767.325565137,"partitions":[22.39159612]},{"t":1705449600,"ath_price":68642.3126881884,"current_price":42684.4539412754,"total_volume":1211364.41249203,"partitions":[120.75651808]},{"t":1705536000,"ath_price":68642.3126881884,"current_price":41282.0312343459,"total_volume":1134847.17675326,"partitions":[18.16482585]},{"t":1705622400,"ath_price":68642.3126881884,"current_price":41628.5083190462,"total_volume":943017.375000638,"partitions":[28.09458706]},{"t":1705708800,"ath_price":68642.3126881884,"current_price":41687.46738835,"total_volume":531035.346328132,"partitions":[29.66007636]},{"t":1705795200,"ath_price":68642.3126881884,"current_price":41554.4272134728,"total_volume":568755.801036367,"partitions":[31.08505161]},{"t":1705881600,"ath_price":68642.3126881884,"current_price":39450.4018713302,"total_volume":1100199.6993507,"partitions":[122.00067634]},{"t":1705968000,"ath_price":68642.3126881884,"current_price":39827.3493961979,"total_volume":974366.884544575,"partitions":[40.50482705]},{"t":1706054400,"ath_price":68642.3126881884,"current_price":40110.3806221753,"total_volume":1108876.44372337,"partitions":[40.0970937600002]},{"t":1706140800,"ath_price":68642.3126881884,"current_price":39928.5127598538,"total_volume":1010215.76359237,"partitions":[4.54598432]},{"t":1706227200,"ath_price":68642.3126881884,"current_price":41874.3439345598,"total_volume":1067410.65724511,"partitions":[80.25600488]},{"t":1706313600,"ath_price":68642.3126881884,"current_price":42134.1686165894,"total_volume":643765.747840279,"partitions":[136.53169804]},{"t":1706400000,"ath_price":68642.3126881884,"current_price":42023.4372020074,"total_volume":452363.430791682,"partitions":[6.51724296]},{"t":1706486400,"ath_price":68642.3126881884,"current_price":43117.8625728788,"total_volume":913802.726591421,"partitions":[86.95281875]},{"t":1706572800,"ath_price":68642.3126881884,"current_price":42911.9531776631,"total_volume":1130965.13521203,"partitions":[18.17710085]},{"t":1706659200,"ath_price":68642.3126881884,"current_price":42579.2203289035,"total_volume":1363640.7950468,"partitions":[858.842336609998]},{"t":1706745600,"ath_price":68642.3126881884,"current_price":43038.265467541,"total_volume":978881.189912386,"partitions":[14.35419916]},{"t":1706832000,"ath_price":68642.3126881884,"current_price":43144.3905543603,"total_volume":854118.344584797,"partitions":[1255.26476495]},{"t":1706918400,"ath_price":68642.3126881884,"current_price":43002.5885379326,"total_volume":597058.838007488,"partitions":[41.12493765]},{"t":1707004800,"ath_price":68642.3126881884,"current_price":42570.7078668498,"total_volume":542778.679230446,"partitions":[27.9354533600003]},{"t":1707091200,"ath_price":68642.3126881884,"current_price":42660.5222343998,"total_volume":847447.438814208,"partitions":[32.38911895]},{"t":1707177600,"ath_price":68642.3126881884,"current_price":43100.8018336135,"total_volume":930871.595197367,"partitions":[16.72215858]},{"t":1707264000,"ath_price":68642.3126881884,"current_price":44227.2925085666,"total_volume":844276.041085647,"partitions":[127.05512168]},{"t":1707350400,"ath_price":68642.3126881884,"current_price":45319.8953702493,"total_volume":959505.371170659,"partitions":[170.15264977]},{"t":1707436800,"ath_price":68642.3126881884,"current_price":47146.6304577395,"total_volume":1043805.29793749,"partitions":[131.28933534]},{"t":1707523200,"ath_price":68642.3126881884,"current_price":47778.3030407316,"total_volume":627874.720240298,"partitions":[26.80645556]},{"t":1707609600,"ath_price":68642.3126881884,"current_price":48171.8572167867,"total_volume":636416.091451873,"partitions":[45.93681192]},{"t":1707696000,"ath_price":68642.3126881884,"current_price":49971.508918197,"total_volume":970915.092640765,"partitions":[107.09780317]},{"t":1707782400,"ath_price":68642.3126881884,"current_price":49725.1800217547,"total_volume":1072962.19264571,"partitions":[51.54514048]},{"t":1707868800,"ath_price":68642.3126881884,"current_price":51819.5146191197,"total_volume":1230337.15398805,"partitions":[57.01762489]},{"t":1707955200,"ath_price":68642.3126881884,"current_price":51952.0052495038,"total_volume":976298.549011597,"partitions":[74.92622627]},{"t":1708041600,"ath_price":68642.3126881884,"current_price":52182.3052364303,"total_volume":934994.551855031,"partitions":[125.30657898]},{"t":1708128000,"ath_price":68642.3126881884,"current_price":51665.3847844768,"total_volume":558842.018774885,"partitions":[149.40506092]},{"t":1708214400,"ath_price":68642.3126881884,"current_price":52122.5454555893,"total_volume":575126.086806552,"partitions":[145.43321297]},{"t":1708300800,"ath_price":68642.3126881884,"current_price":51770.6346169228,"total_volume":828351.649221677,"partitions":[59.18107771]},{"t":1708387200,"ath_price":68642.3126881884,"current_price":52300.9337458208,"total_volume":998318.796274443,"partitions":[91.8313183400011]},{"t":1708473600,"ath_price":68642.3126881884,"current_price":51635.0534107501,"total_volume":1025909.70648674,"partitions":[46.73444439]},{"t":1708560000,"ath_price":68642.3126881884,"current_price":51289.6953124522,"total_volume":914708.882584063,"partitions":[119.23619313]},{"t":1708646400,"ath_price":68642.3126881884,"current_price":50723.7477632909,"total_volume":799377.573655438,"partitions":[43.77073777]},{"t":1708732800,"ath_price":68642.3126881884,"current_price":51569.8528965524,"total_volume":533050.373692889,"partitions":[28.77602394]},{"t":1708819200,"ath_price":68642.3126881884,"current_price":51740.7054241829,"total_volume":539556.510489583,"partitions":[141.95605194]},{"t":1708905600,"ath_price":68642.3126881884,"current_price":54509.5319707004,"total_volume":970678.951838763,"partitions":[414.45099084]},{"t":1708992000,"ath_price":68642.3126881884,"current_price":57054.4989791787,"total_volume":1245828.18177116,"partitions":[234.87734374]},{"t":1709078400,"ath_price":68642.3126881884,"current_price":62547.6812033348,"total_volume":1540558.70001425,"partitions":[136.63001226]},{"t":1709164800,"ath_price":68642.3126881884,"current_price":61417.3134488767,"total_volume":1356942.79256453,"partitions":[622.558725949998]},{"t":1709251200,"ath_price":68642.3126881884,"current_price":62486.3891327543,"total_volume":1183726.02184139,"partitions":[2561.92151038]},{"t":1709337600,"ath_price":68642.3126881884,"current_price":62018.320228601,"total_volume":596544.8021603,"partitions":[88.5950558300001]},{"t":1709424000,"ath_price":68642.3126881884,"current_price":62959.2811429107,"total_volume":636076.489023109,"partitions":[66.31685558]},{"t":1709510400,"ath_price":68642.3126881884,"current_price":68365.4263909785,"total_volume":1218503.75108832,"partitions":[206.45968174]},{"t":1709596800,"ath_price":68754.7127403584,"current_price":64349.8346654643,"total_volume":3352496.94451288,"partitions":[2525.61583975]},{"t":1709683200,"ath_price":68867.1127925284,"current_price":66125.9771682433,"total_volume":1420466.48470392,"partitions":[287.7317966]},{"t":1709769600,"ath_price":68867.1127925284,"current_price":66996.4355069651,"total_volume":1243799.77704885,"partitions":[288.14740829]},{"t":1709856000,"ath_price":69047.5985837312,"current_price":68350.0441306461,"total_volume":3603723.04810237,"partitions":[483.860423940002]},{"t":1709942400,"ath_price":69358.2794976136,"current_price":68480.0843692367,"total_volume":677882.431913026,"partitions":[111.69387535]},{"t":1710028800,"ath_price":69722.7737912432,"current_price":68989.0410391792,"total_volume":2893973.17723859,"partitions":[12271.5218369901]},{"t":1710115200,"ath_price":71659.0358320762,"current_price":72148.9753019412,"total_volume":20352886.773824,"partitions":[2145.47882641002]},{"t":1710201600,"ath_price":72802.2065383183,"current_price":71462.7981154194,"total_volume":2763956.44692849,"partitions":[531.4301273]},{"t":1710288000,"ath_price":73287.1990326771,"current_price":73076.8983667083,"total_volume":9756049.92589516,"partitions":[2893.13805721999]},{"t":1710374400,"ath_price":73616.068025447,"current_price":71401.2809536193,"total_volume":1275568.34549461,"partitions":[202.32510529]},{"t":1710460800,"ath_price":73616.068025447,"current_price":69522.7282035036,"total_volume":1153570.02501823,"partitions":[256.15997751]},{"t":1710547200,"ath_price":73616.068025447,"current_price":65255.2330655525,"total_volume":632126.289948642,"partitions":[286.55332018]},{"t":1710633600,"ath_price":73616.068025447,"current_price":68550.5518606481,"total_volume":684444.717687595,"partitions":[68.9545919999989]},{"t":1710720000,"ath_price":73616.068025447,"current_price":67860.3918770964,"total_volume":961001.276013296,"partitions":[56.63939821]},{"t":1710806400,"ath_price":73616.068025447,"current_price":62213.8700660144,"total_volume":1100759.54369644,"partitions":[127.65266662]},{"t":1710892800,"ath_price":73616.068025447,"current_price":67880.9721239256,"total_volume":1108003.21796293,"partitions":[69.55258232]},{"t":1710979200,"ath_price":73616.068025447,"current_price":65471.57257769,"total_volume":870492.750583004,"partitions":[929.041757790001]},{"t":1711065600,"ath_price":73616.068025447,"current_price":63582.3444617418,"total_volume":879966.411742007,"partitions":[181.01871964]},{"t":1711152000,"ath_price":73616.068025447,"current_price":64380.936044345,"total_volume":715736.751343798,"partitions":[237.56586183]},{"t":1711238400,"ath_price":73616.068025447,"current_price":67279.8807284769,"total_volume":512769.326245542,"partitions":[2199.9662457]},{"t":1711324800,"ath_price":73616.068025447,"current_price":69962.1417196642,"total_volume":1249499.71566362,"partitions":[170.38307341]},{"t":1711411200,"ath_price":73616.068025447,"current_price":70028.4283789223,"total_volume":1160924.21473195,"partitions":[2631.5067498]},{"t":1711497600,"ath_price":73616.068025447,"current_price":69478.6896428178,"total_volume":985658.123295179,"partitions":[241.27791768]},{"t":1711584000,"ath_price":73616.068025447,"current_price":70744.9509182217,"total_volume":972844.875249736,"partitions":[277.08912147]},{"t":1711670400,"ath_price":73616.068025447,"current_price":69898.0485040493,"total_volume":922132.087992356,"partitions":[675.48600383]},{"t":1711756800,"ath_price":73616.068025447,"current_price":69696.504891212,"total_volume":520205.398270419,"partitions":[171.02569898]},{"t":1711843200,"ath_price":73616.068025447,"current_price":71234.7535018177,"total_volume":455729.112082609,"partitions":[39.10878112]},{"t":1711929600,"ath_price":73616.068025447,"current_price":69803.316077572,"total_volume":1262812.72603239,"partitions":[73.35427169]},{"t":1712016000,"ath_price":73616.068025447,"current_price":65491.0687575419,"total_volume":1088970.57932513,"partitions":[277.03849543]},{"t":1712102400,"ath_price":73616.068025447,"current_price":66127.5370197652,"total_volume":909105.617184941,"partitions":[113.23882065]},{"t":1712188800,"ath_price":73616.068025447,"current_price":68539.4560210812,"total_volume":863836.918096761,"partitions":[49.09993327]},{"t":1712275200,"ath_price":73616.068025447,"current_price":67887.107000787,"total_volume":961602.077391962,"partitions":[37.03275479]},{"t":1712361600,"ath_price":73616.068025447,"current_price":68940.6681386748,"total_volume":598003.174278192,"partitions":[350.2275586]},{"t":1712448000,"ath_price":73616.068025447,"current_price":69444.0600891468,"total_volume":553880.549164309,"partitions":[251.81024059]},{"t":1712534400,"ath_price":73616.068025447,"current_price":71634.1542303814,"total_volume":981678.687226498,"partitions":[78.7272947]},{"t":1712620800,"ath_price":73616.068025447,"current_price":69148.7225107242,"total_volume":836128.511677361,"partitions":[39.98887975]},{"t":1712707200,"ath_price":73616.068025447,"current_price":70514.2837112009,"total_volume":772838.157528852,"partitions":[27.38049669]},{"t":1712793600,"ath_price":73616.068025447,"current_price":70026.4893722478,"total_volume":813412.496766209,"partitions":[44.34264977]}]

SOPD (Percent-Partitioned)

GET https://api.glassnode.com/v1/metrics/indicators/spent_output_price_distribution_percent

Spent Output Price Distribution (SOPD) shows at which prices UTXOs were spent that day, i.e. each bar shows the amount of volume that was moved within that specified price bucket. The price specified on the x-axis refers to the lower bound of that bucket. .

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

i

string

frequency interval: 1h, 24h

f

string

format: JSON

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"ath_price":68642.3126881884,"current_price":22359.2172096883,"total_volume":950576.147383168,"partitions":[2.05286973]}]

SOPR

GET https://api.glassnode.com/v1/metrics/indicators/sopr

The Spent Output Profit Ratio (SOPR) is computed by dividing the realized value (in USD) divided by the value at creation (USD) of a spent output. Or simply: price sold / price paid. This metric was created by Renato Shirakashi. For a detailed commentary see this post

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.993026767194598}]

Spent Output Age Bands

GET https://api.glassnode.com/v1/metrics/indicators/soab

Spent Output Age Bands is a bundle of all spent outputs that were created within a specified age band. Each line represents the percentage of spent outputs that were created within the time period denoted in the legend.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"1d_1w":0.222052550181048,"1h":0.244226072990242,"1h_24h":0.411390117214056,"1m_3m":0.02394395414131,"1w_1m":0.0673308180337532,"1y_2y":0.00915510169710836,"2y_3y":0.00180637396356855,"3m_6m":0.00908835109583949,"3y_5y":0.000860569290204914,"5y_7y":0.000661344418725495,"6m_12m":0.00936664975651435,"7y_10y":0.000110908691339058,"more_10y":0.00000718852629049451}}]

Spent Outputs < 1h

GET https://api.glassnode.com/v1/metrics/indicators/sol_1h

The total number of spent outputs that were created within the last hour.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":237821}]

Spent Outputs > 10y

GET https://api.glassnode.com/v1/metrics/indicators/sol_more_10y

The total number of spent outputs that were created more than 10 years ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":7}]

Spent Outputs 1d-1w

GET https://api.glassnode.com/v1/metrics/indicators/sol_1d_1w

The total number of spent outputs that were created between 1 day and 1 week ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":216229}]

Spent Outputs 1h-24h

GET https://api.glassnode.com/v1/metrics/indicators/sol_1h_24h

The total number of spent outputs that were created between 1 hour and 24 hours ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":400601}]

Spent Outputs 1m-3m

GET https://api.glassnode.com/v1/metrics/indicators/sol_1m_3m

The total number of spent outputs that were created between 1 month and 3 months ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":23316}]

Spent Outputs 1w-1m

GET https://api.glassnode.com/v1/metrics/indicators/sol_1w_1m

The total number of spent outputs that were created between 1 week and 1 month ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":65565}]

Spent Outputs 1y-2y

GET https://api.glassnode.com/v1/metrics/indicators/sol_1y_2y

The total number of spent outputs that were created between 1 year and 2 years ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":8915}]

Spent Outputs 2y-3y

GET https://api.glassnode.com/v1/metrics/indicators/sol_2y_3y

The total number of spent outputs that were created between 2 years and 3 years ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":1759}]

Spent Outputs 3m-6m

GET https://api.glassnode.com/v1/metrics/indicators/sol_3m_6m

The total number of spent outputs that were created between 3 months and 6 months ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":8850}]

Spent Outputs 3y-5y

GET https://api.glassnode.com/v1/metrics/indicators/sol_3y_5y

The total number of spent outputs that were created between 3 years and 5 years ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":838}]

Spent Outputs 5y-7y

GET https://api.glassnode.com/v1/metrics/indicators/sol_5y_7y

The total number of spent outputs that were created between 5 years and 7 years ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":644}]

Spent Outputs 6m-12m

GET https://api.glassnode.com/v1/metrics/indicators/sol_6m_12m

The total number of spent outputs that were created between 6 months and 12 months ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":9121}]

Spent Outputs 7y-10y

GET https://api.glassnode.com/v1/metrics/indicators/sol_7y_10y

The total number of spent outputs that were created between 7 years and 10 years ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":108}]

Spent Volume < 1h

GET https://api.glassnode.com/v1/metrics/indicators/svl_1h

The total transfer volume of coins younger than one hour.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

c

string

currency: USD, NATIVE

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":251833.60075655}]

Spent Volume > 10y

GET https://api.glassnode.com/v1/metrics/indicators/svl_more_10y

The total transfer volume of coins that were last active more than 10 years ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

c

string

currency: USD, NATIVE

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.05656}]

Spent Volume 1d-1w

GET https://api.glassnode.com/v1/metrics/indicators/svl_1d_1w

The total transfer volume of coins that were last active between 1d and 1w ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

c

string

currency: USD, NATIVE

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":38127.6379081799}]

Spent Volume 1h-24h

GET https://api.glassnode.com/v1/metrics/indicators/svl_1h_24h

The total transfer volume of coins that were last active between 1h and 24 hours ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

c

string

currency: USD, NATIVE

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":107773.9159718}]

Spent Volume 1m-3m

GET https://api.glassnode.com/v1/metrics/indicators/svl_1m_3m

The total transfer volume of coins that were last active between 1m and 3m ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

c

string

currency: USD, NATIVE

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":5326.57611569007}]

Spent Volume 1w-1m

GET https://api.glassnode.com/v1/metrics/indicators/svl_1w_1m

The total transfer volume of coins that were last active between 1w and 1m ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

c

string

currency: USD, NATIVE

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":17060.9852006001}]

Spent Volume 1y-2y

GET https://api.glassnode.com/v1/metrics/indicators/svl_1y_2y

The total transfer volume of coins that were last active between 1y and 2y ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

c

string

currency: USD, NATIVE

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":1191.16026145999}]

Spent Volume 2y-3y

GET https://api.glassnode.com/v1/metrics/indicators/svl_2y_3y

The total transfer volume of coins that were last active between 2y and 3y ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

c

string

currency: USD, NATIVE

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":440.891681590001}]

Spent Volume 3m-6m

GET https://api.glassnode.com/v1/metrics/indicators/svl_3m_6m

The total transfer volume of coins that were last active between 3m and 6m ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

c

string

currency: USD, NATIVE

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":2364.88408134001}]

Spent Volume 3y-5y

GET https://api.glassnode.com/v1/metrics/indicators/svl_3y_5y

The total transfer volume of coins that were last active between 3y and 5y ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

c

string

currency: USD, NATIVE

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":152.02011064}]

Spent Volume 5y-7y

GET https://api.glassnode.com/v1/metrics/indicators/svl_5y_7y

The total transfer volume of coins that were last active between 5y and 7y ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

c

string

currency: USD, NATIVE

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":469.36658673}]

Spent Volume 6m-12m

GET https://api.glassnode.com/v1/metrics/indicators/svl_6m_12m

The total transfer volume of coins that were last active between 6m and 12m ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

c

string

currency: USD, NATIVE

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":2662.54326660001}]

Spent Volume 7y-10y

GET https://api.glassnode.com/v1/metrics/indicators/svl_7y_10y

The total transfer volume of coins that were last active between 7y and 10y ago.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

c

string

currency: USD, NATIVE

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":2.30683483}]

Spent Volume Age Bands (SVAB)

GET https://api.glassnode.com/v1/metrics/indicators/svab

Spent Volume Age Bands (SVAB) is a separation of the on-chain transfer volume based on the coins' age. Each band represents the percentage of spent volume that was previously moved within the time period denoted in the legend.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"1d_1w":0.0892070836267962,"1h":0.589214079739963,"1h_24h":0.252158204975531,"1m_3m":0.0124625690723662,"1w_1m":0.0399175196011537,"1y_2y":0.00278695295294391,"2y_3y":0.00103155252378013,"3m_6m":0.00553310993248069,"3y_5y":0.000355680851656112,"5y_7y":0.00109817514672379,"6m_12m":0.00622954195105261,"7y_10y":0.00000539729232869333,"more_10y":1.32333208316824e-7}}]

Stablecoin Supply Ratio (SSR)

GET https://api.glassnode.com/v1/metrics/indicators/ssr

The Stablecoin Supply Ratio (SSR) is the ratio between Bitcoin supply and the supply of stablecoins denoted in BTC, or: Bitcoin Market cap / Stablecoin Market cap. We use the following stablecoins for the supply: USDT, TUSD, USDC, USDP, GUSD, DAI, SAI, and BUSD. When the SSR is low, the current stablecoin supply has more "buying power" to purchase BTC. It serves as a proxy for the supply/demand mechanics between BTC and USD. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"h":3.483279673441299,"l":1.9313604412070293,"v":3.2762657453489448}}]

Stablecoin Supply Ratio (SSR) Oscillator

GET https://api.glassnode.com/v1/metrics/indicators/ssr_oscillator

The Stablecoin Oscillator is derived from the Stablecoin Supply Ratio (SSR), and quantifies how the 200d SMA of the SSR moves within the Bollinger Bands BB(200, 2). This metric was first put forward by Willy Woo. For more information on the SSR see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":1.4664311807146815}]

STH-NUPL

GET https://api.glassnode.com/v1/metrics/indicators/nupl_less_155

Short Term Holder NUPL (STH-NUPL) is Net Unrealized Profit/Loss 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.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, ETH

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h, 1h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.111199971672405}]

STH-SOPR

GET https://api.glassnode.com/v1/metrics/indicators/sopr_less_155

Short Term Holder SOPR (STH-SOPR) is SOPR that takes into account only spent outputs younger than 155 days and serves as an indicator to assess the behaviour of short term investors. For more information see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.985393168580593}]

Stock-to-Flow Deflection

GET https://api.glassnode.com/v1/metrics/indicators/stock_to_flow_deflection

The Stock to Flow (S/F) Deflection is the ratio between the current Bitcoin price and the S/F model. If deflection is â‰Ĩ 1 it means that Bitcoin is overvalued according to the S/F model, otherwise undervalued.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.20179031761972}]

Stock-to-Flow Ratio

GET https://api.glassnode.com/v1/metrics/indicators/stock_to_flow_ratio

The Stock to Flow (S/F) Ratio is a popular model that assumes that scarcity drives value. Stock to Flow is defined as the ratio of the current stock of a commodity (i.e. circulating Bitcoin supply) and the flow of new production (i.e. newly mined bitcoins). Bitcoin's price has historically followed the S/F Ratio and therefore it is a model that can be used to predict future Bitcoin valuations. This metric was first coined by PlanB. For a detailed description see this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"o":{"daysTillHalving":422,"price":22359.217209688275,"ratio":110804.212379629}}]

Supply-Adjusted CDD

GET https://api.glassnode.com/v1/metrics/indicators/cdd_supply_adjusted

Adjusted Coin Days Destroyed simply divides CDD by the circulating supply (total amount of coins issued). Adjusted CDD more accurately represents the quantity of native coins sold by long-term holders over time.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.2213580411485848}]

Supply-Adjusted CYD

GET https://api.glassnode.com/v1/metrics/indicators/cyd_supply_adjusted

Coin Years Destroyed (CYD) is defined as the 365 day rolling sum of Coin Days Destroyed (CDD), and shows the amount of coin days that have been destroyed over the past year. It is indicative of long-term holder behaviour. This version is supply-adjusted to account for the increasing baseline of the metric over time. This metric was first put forward by ARK Invest and further developed by Glassnode by adjusting for the circulating supply.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 24h

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677715200,"v":162.22065295205482},{"t":1677801600,"v":161.8466541238354}]

Supply-Adjusted Dormancy

GET https://api.glassnode.com/v1/metrics/indicators/average_dormancy_supply_adjusted

Dormancy is the average number of days destroyed per coin transacted, and is defined as the ratio of coin days destroyed and total transfer volume. This metric was created by Reginald Smith and David Puell. Read more in this article.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC, LTC

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":5.11699513085283e-7}]

URPD (ATH-Partitioned)

GET https://api.glassnode.com/v1/metrics/indicators/utxo_realized_price_distribution_ath

UTXO Realized Price Distribution (URPD) shows at which prices the current set of Bitcoin UTXOs were created, i.e. each bar shows the amount of existing bitcoins that last moved within that specified price bucket. The price specified on the x-axis refers to the lower bound of that bucket. ATH-partitioned means that the price buckets are defined by dividing the range between 0 and the current ATH in 100 equally-spaced partitions.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

i

string

frequency interval: 24h

f

string

format: JSON

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"ath_price":68642.3126881884,"current_price":22369.5987323907,"total_supply":19307496.044971,"partitions":[3924591.1079494]}]

URPD (Percent-Partitioned)

GET https://api.glassnode.com/v1/metrics/indicators/utxo_realized_price_distribution_percent

UTXO Realized Price Distribution (URPD) shows at which prices the current set of Bitcoin UTXOs were created, i.e. each bar shows the amount of existing bitcoins that last moved within that specified price bucket. The price specified on the x-axis refers to the lower bound of that bucket. .

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol: BTC

i

string

frequency interval: 24h

f

string

format: JSON

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"ath_price":68642.3126881884,"current_price":22369.5987323907,"total_supply":19307496.044971,"partitions":[3409851.10238171]}]

Velocity

GET https://api.glassnode.com/v1/metrics/indicators/velocity

Velocity is a measure of how quickly units are circulating in the network and is calculated by dividing the on-chain transaction volume (in USD) by the market cap, i.e. the inverse of the NVT ratio.

View in Studio

Query Parameters

NameTypeDescription

a*

string

asset symbol (see list below for more details)

s

integer

since, unix timestamp

u

integer

until, unix timestamp

i

string

frequency interval: 1h, 24h, 10m

f

string

format: JSON, CSV

timestamp_format

string

timestamp format: unix or humanized (RFC 3339)

[{"t":1677801600,"v":0.022405451162278798}]

Supported asset symbols: BTC, ETH, LTC, 1INCH, AAVE, ABT, AMP, AMPL, ANT, APE, BADGER, BAL, BAND, BAT, BNT, BOBA, BOND, BRD, BUSD, CAKE, CELR, CHSB, COMP, CREAM, CRO, CRV, CVC, CVP, CVX, CVXCRV, DAI, DDX, DENT, DHT, DODO, DPI, DRGN, DYDX, ELF, ENG, ENJ, EURS, FET, FLX, FRAX, FTM, FTT, FUN, FXS, GNO, GUSD, HEGIC, HOT, HT, HUSD, IMX, INDEX, KCS, LAMB, LBA, LDO, LEO, LINK, LOOM, LRC, MANA, MATIC, MCB, METIS, MIR, MKR, MLN, MTA, MTL, NDX, NEXO, NFTX, NMR, Nsure, OCEAN, OKB, OMG, PAY, PERP, PICKLE, PNK, PNT, POLY, POWR, PPT, PYUSD, QASH, QKC, QNT, RAI, RDN, REN, REP, rETH, RLC, ROOK, RPL, RSR, SAND, SFRXETH, SHIB, SNT, SNX, SSV, STAKE, stETH, STORJ, sUSD, SUSHI, TEL, TUSD, UBT, UMA, UNI, USDC, USDD, USDK, USDP, USDT, UTK, VERI, WaBi, WBTC, WETH, wNXM, YAM, YFI, ZRX

Last updated