API of Metric ‘Token Circulation’ | Santiment Knowledge Base

Santiment Team

Gets the total amount of tokens that have been sent at least once during each day for given time period. Projects are referred to by a unique identifier (slug).

This metric is calculated daily, so the interval should be selected accordingly.

Run in explorer

{
tokenCirculation(from: "2019-05-10T00:00:00.000Z", interval: "1d", slug: "ethereum", to: "2019-06-23T00:00:00.000Z") {
  datetime
  tokenCirculation

}

Run in terminal

curl \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{ "query": "query{tokenCirculation(from:\"2019-05-10T00:00:00.000Z\",interval:\"1d\",slug:\"ethereum\",to:\"2019-06-23T00:00:00.000Z\"){datetime, tokenCirculation}}" }' \
  https://api.santiment.net/graphql