Spent Coins Age Band

    Definition

    Spent Coins Age Band is a set of metrics that represent the distribution of coins spent on a given day by the age of coins. In addition to absolute values, there is percentage type of this metric, which shows the relative share of coins in a given interval in relation to total amount of coins spent on a given day. Assigning age to coin/tokens is done according to the coin-age model.


    Access

    Restricted Access.


    Timebound

    Interval Timebound Metrics available


    Measuring Unit

    Token/Coin amount and % between 0 and 100


    Data Type

    Timeseries Data


    Frequency

    Daily Intervals


    Latency

    On-Chain Latency


    Available Assets

    Available for these assets


    SanAPI

    Available under spent_coins_age_band_<interval> and percent_of_spent_coins_age_band_<interval> names.

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

    Run in Explorer