Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I get my BCH account balance? #20

Open
gabegattis opened this issue Apr 13, 2018 · 2 comments
Open

How do I get my BCH account balance? #20

gabegattis opened this issue Apr 13, 2018 · 2 comments

Comments

@gabegattis
Copy link

It is not clear from the documentation. How should I construct the url?

@whitslack
Copy link

The asset code of BCH is 0xF808 (63496 decimal), so you'd issue a GetBalances command and look for an element in the returned array that specifies "asset":63496.

@npomfret
Copy link

@gabegattis have you tried using ccxt ? It will construct the URLs for the rest api for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants