Hi, I need to build a ledger where each balance change to all vaults gets tracked so we could query the balance at a point in time.
I’ve utilized the getTransactions() SDK function in ts-sdk (ts-sdk/docs/apis/TransactionsApi.md at master · fireblocks/ts-sdk · GitHub), but not all of the computed vault balances are matching against the balance shown in the console.
Are there other endpoints that I need to use in order to take into account all other events that can cause a change in a vault’s balance?