Dormant Circulation

Definition

Dormant Circulation shows number of unique coins/tokens transacted on a given day that have not been moved for big amount of time.

Examples:

  • dormant_circulation_10y - Shows how many coins/tokens that have not been moved for more than 10 years were transacted during a day. This is useful for spotting when really old Bitcoins move.
  • dormant_circulation_90d - Shows how many coins/tokens that have not been moved for more than 90 days were transacted during a day. This is the smallest interval supported for that metric.

There are also dormant circulation metrics dormant_circulation_usd_* that represent the USD value of all unique coins or tokens that were transacted within a single day that have not been moved for some time.


Access

Restricted Access


Measuring Unit

Token/Coin amount


Data Type

Timeseries Data


Timebound

Timebound Metrics


Change Metrics

Change Metrics


Frequency

Daily Intervals


Latency

On-Chain Latency


Available Assets

Available for these assets

Note: All dormant circulation metrics are available for the same set of assets.


SanAPI

Available under the dormant_circulation_<timebound> names.

The smallest supported interval is 90 days. The biggest supported interval is 10 years.

1
2
3
4
5
6
7
8
9
10
11
12
13
{
  getMetric(metric: "dormant_circulation_90d") {
    timeseriesData(
      slug: "santiment"
      from: "2020-01-01T00:00:00Z"
      to: "2020-01-07T00:00:00Z"
      interval: "1d"
    ) {
      datetime
      value
    }
  }
}

Run in Explorer

Full list of metrics

The full list of Dormant Circulation metrics is:

Open Metrics List

  • dormant_circulation_10y
  • dormant_circulation_180d
  • dormant_circulation_2y
  • dormant_circulation_365d
  • dormant_circulation_365d_change_1d
  • dormant_circulation_365d_change_30d
  • dormant_circulation_365d_change_7d
  • dormant_circulation_3y
  • dormant_circulation_5y
  • dormant_circulation_90d
  • dormant_circulation_usd_180d
  • dormant_circulation_usd_180d_change_1d
  • dormant_circulation_usd_180d_change_30d
  • dormant_circulation_usd_180d_change_7d
Help & Feedback

We are using cookies to improve your experience!

By clicking “Allow all”, you agree to use of all cookies. Visit our Cookies Policy to learn more.