question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Zaif Cannot Get BCH Balance Correctly

See original GitHub issue

Looks like the Zaif exchange cannot get balance correctly due to UPPERCASE. The original info contains the balance for BCH

{ info:
   { funds:
      { jpy: 314793.229,
        btc: 0.22660636,
        xem: 0,
        mona: 0,
        BCH: 4.0957344 },
     deposit:
      { jpy: 339795.229,
        btc: 0.42660636,
        xem: 0,
        mona: 0,
        BCH: 4.0957344 },
  }
}

While the result for BCH is all undefined, and others free and total is not equal to info of deposit

  BCH: { free: undefined, used: undefined, total: undefined },
  BTC: { free: 0.22660636, used: undefined, total: undefined },
  JPY: { free: 314793.229, used: undefined, total: undefined } 

Not quite sure why they use BCH instead of bch though, can cctx do some adaption to this?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
imcoddycommented, Aug 26, 2017

Awesome, I confirm it is fixed. Thanks for the help 👍

0reactions
kroitorcommented, Aug 26, 2017

Thx a lot for your feedback!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Funds not showing (BCH) - Bitcoin.com Support Center
Select your BCH wallet -> Tap on the Settings icon (three dots) -> Scan for missing transactions -> Scan for transactions. If you...
Read more >
Zaif Review 2022: Pros, Cons and Key Features - Traders Union
The Zaif Coin Reserve program allows you to receive stable passive income, an additional source of income is the referral program. The crypto...
Read more >
What is Bitcoin Cash? - Coinbase Help
Yes, you will still receive your Bitcoin Cash funds. All BCH will be credited to a single BCH balance in your Coinbase account....
Read more >
How Can I Recover Bitcoin Cash (BCH) from My Wallet?
Open the BitPay App. · Click the wallet icon in the bottom. · Select the BCH wallet. · Click Receive. · Click the...
Read more >
Bitcoin Cash troubleshooting - Exodus Support
Recover Bitcoin Cash (BCH) sent to your Bitcoin (BTC) wallet ... will be moved to your Exodus BCH address, and you will see...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found