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.
{
tokenCirculation(from: "2019-05-10T00:00:00.000Z", interval: "1d", slug: "ethereum", to: "2019-06-23T00:00:00.000Z") {
datetime
tokenCirculation
}
Run in terminal