Velocity

For a more in-depth explanation of Velocity, please click here.


Definition

The metric shows the average number of times that a coin/token changes wallets each day.

Simply put, a higher velocity means that a coin/token is used in transactions more often within a set time frame.

Velocity can be used to explain various noteworthy events in the life of a project. For example, here's Ethereum:

ethereum-velocity

Notice the steep drop off?

The increased activity (and subsequent dip) correlates squarely to a huge ETH mixer that operated between March 2017 and March 2018. During that time, coins were moved a lot between addresses which lead to big velocity spikes.

Once the mixer was liquidated, token velocity toppled back to 'normal' levels, where it's remained ever since.


Access

Restricted Access.


Measuring Unit

A non-negative number of times coin/token changes wallet


Data Type

Timeseries Data


Frequency

Daily Intervals


Latency

On-Chain Latency


Available Assets

Available for these assets


SanAPI

Available under the velocity name.

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

Run in Explorer

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.