DeltaBalances.github.io
DeltaBalances.github.io copied to clipboard
Balances with due-date possible
Hello,
to analyse differences in the past it would be helpful to select a Date/Block to calulate the due date balance then.
Could this be implemented ?
Regards lotstep
This one is kind of annoying. You can ask the ethereum network what is your token balance right now, but that doesn't exists for the past (only for ETH).
The only way to do it is to go all the way through your transaction history. You'll have to find all the trades and transfers and add and subtract everything.
It is technically possible, but takes quite a bit more work than just adding a date selector.