As a developer, having clean and reliable data to work with is a godsend. Thankfully the blockchain has such reliable data. Though what is the easiest way you query this data?
For Hex, it is by using the subgraph: https://thegraph.com/explorer/subgraph/codeakk/hex
Using the link above gives you a nice interface to interact with the data, but what if you wanted to collect the data yourself for a project? Below I have listed a few resources, including some of my own that will surely give you a boost for any projects/goals you’ll want to accomplish.
Subgraph Documentation: https://thegraph.com/docs/graphql-api
I am Codeak