Fetch the flow of funds into and out of known exchange wallets. This query returns the difference IN-OUT calculated for each interval.
{
exchangeFundsFlow(from: "2019-05-12T09:45:27.283Z", interval: "1d", slug: "dragonchain", to: "2019-06-26T09:45:27.283Z") {
datetime
inOutDifference
}
}
Run in terminal