Last active
December 22, 2021 18:40
-
-
Save adam-hurwitz/ae589e59c42a17c388078efcd6b104b1 to your computer and use it in GitHub Desktop.
Rocket Pool Dashboard Query
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
query stakerCheckpointData { | |
stakerBalanceCheckpoints(where: {stakerId: "SOME_WALLET_ADDRESS"} orderBy: blockTime orderDirection: desc){ | |
ethBalance | |
rETHBalance | |
totalETHRewards | |
block | |
blockTime | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment