I’m trying to sum up all daily transaction volume on Solana (denominated in USD). To do this, I started by forking the existing community Bitcoin query. The Solana query I created (see here) returns daily transaction volume on the order of $2.5 Trillion, which seems impossibly high.
Questions:
is the query written incorrectly, or is there a data integrity issue?
what would be a valid query to obtain the desired data?