Get balance of an address at particular blockheight

Hello,

Is there any way to get the balance of an address at a particular blockheight?
From API or Explorer or from any utility?

1 Like

Hi!

if not, you can calculate it based on the history of the transactions, I think.

Yes, we can calculate but how I can validate? So that I want from API or explorer. Is there any direct way to get it?

once the calculation formula is ready then you can validate it by manually count the balance and match the to values…

Yes but I want balance at particular block height.
Its not feasible to validate balance of all transactions of all addresses. I’ll calculate it but again for confirmation I need to match it with some api or explorer or any other utility.

So, that kind of anything is available?