Last active
January 15, 2021 14:49
-
-
Save TrevorBenson/575206f357fab9f2a58c337856c40db3 to your computer and use it in GitHub Desktop.
What db-sync queries I would like to see.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Quantity of current valid pools | |
| Get the stake distribution for a specified pool, for [a given epoch | any epoch | >= or <= epoch] | |
| Get the number of blocks created by a specified pool, for [a given epoch | any epoch | <= or >= epoch] | |
| Get the number of blocks created by a specified pool for every epoch | |
| Get the delegation history for a specified wallet | |
| Get the reward history for a specified wallet |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@rcmorano
I'm not stuck on postman by any means. Any tool to help build a swagger/openapi like spec/def is acceptable to me.
Also interested in your thoughts on democratization. My goals are to support the testnet(s) and mainnet in various ways and that includes collaborative efforts. One thing I'm (slowly very very slowly) working on is providing something like minimum pooltool.io for the testnets. Feel free to DM me for further discussion if you have interest.