I strongly recommend not using indexers for something as critical as determining the account balance. End users must be able to see their exact balance even if indexers are down or out of sync. I developed a specific runtime API for this purpose, please use it:
3 Likes