API of Metric ‘Percentage of Token Supply on Exchanges’ | Santiment Knowledge Base

Santiment Team

Returns what percent of the total token supply is on exchanges. Projects are referred to by a unique identifier (slug).

Run in explorer

{
  percentOfTokenSupplyOnExchanges(from: "2019-05-09T11:25:04.894Z", interval: "1d", slug: "maker", to: "2019-06-23T11:25:04.894Z") {
    percentOnExchanges
    datetime
  }
}

Run in terminal

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