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.

Bithumb fetch_balance() Error(ver 1.9.153)

See original GitHub issue

Code:

bithumb1 = ccxt.bithumb()
bithumb1.apiKey = "*********************"
bithumb1.secret = "**********************"
print(bithumb1.fetch_balance())

Result:

POST https://api.bithumb.com/info/balance 400 Bad Request  (possible reasons: invalid API keys, bad or old nonce, exchange is down or offline, on maintenance, DDoS protection, rate-limiting, {"status":"5100","message":"Bad Request.(Auth Data)"})

I have checked the doc , maybe the reason is that the function privatePostInfoBalance miss a params “currency”

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:28 (14 by maintainers)

github_iconTop GitHub Comments

2reactions
kroitorcommented, Oct 18, 2017

Alright! We made it! ) Your help was awesome! Thx for your ivolvement, it really means a lot to us and many other users. Let us know if you have any other difficulties with the library. Cheers!

1reaction
whtwhtwht53commented, Oct 18, 2017

Thank you for your hard working!! This project is amazing!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Exchanges — ccxt 2.4.71 documentation
The ccxt library is a collection of available crypto exchanges or exchange classes. Each class implements the public and private API for a...
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