API for Wallet Balance for Tezos (XTZ)?

Hello Any/Everyone - I’m trying to get the wallet balance for a Tezos (XTZ) wallet on a particular day. Can anyone help me with writing the query? I’ve looked at what already exists and none of those get me to the right data request; hoping someone can help.

Thanks in advance.

1 Like

Here you go

{
  tezos {
    balanceUpdates(
      address: {is: "Wallet address"}
      date: {is: "2022-12-28"}
    ) {
      change
    }
  }
}
2 Likes

Thanks a bunch! Cheers!!!

2 Likes