You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can do this with bitcore, but we'll have to writea script to do this as there is not function I'm aware of that can do this on the bitcore platform.
Basically we will have to take all the UTXOs associated with the address of the user's account and add all of them up to get a total address balance (most wallets do this automatically). This could be accomplished using another api like chain's with just a single call but if we're sticking to bitcore it'll just require a little extra programming.
I think I'll start working on a script tomorrow to accomplish this. Thoughts?
The text was updated successfully, but these errors were encountered:
We can do this with bitcore, but we'll have to writea script to do this as there is not function I'm aware of that can do this on the bitcore platform.
Basically we will have to take all the UTXOs associated with the address of the user's account and add all of them up to get a total address balance (most wallets do this automatically). This could be accomplished using another api like chain's with just a single call but if we're sticking to bitcore it'll just require a little extra programming.
I think I'll start working on a script tomorrow to accomplish this. Thoughts?
The text was updated successfully, but these errors were encountered: