Skip to content

Instantly share code, notes, and snippets.

@adam-hurwitz
Last active December 22, 2021 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adam-hurwitz/ae589e59c42a17c388078efcd6b104b1 to your computer and use it in GitHub Desktop.
Save adam-hurwitz/ae589e59c42a17c388078efcd6b104b1 to your computer and use it in GitHub Desktop.
Rocket Pool Dashboard Query
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