Skip to content

Check Address Balance Using Bitcore #1

@ddehueck

Description

@ddehueck

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions