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.

Problems with fetchBalances() for Three Out of Five Exchanges

See original GitHub issue

I’m attempting to use five exchanges right now, all of which work fine except for Poloniex, Bitfinex, and Kraken when it comes to fetchBalances(). I get these errors:

poloniex: Error: poloniex POST https://poloniex.com/tradingApi 422 Unprocessable Entity bitfinex: Error: bitfinex POST https://api.bitfinex.com/v1/balances 400 Bad Request Possible reasons: invalid API keys, market down or offline, on maintenance, DDoS protection, rate-limiting in effect kraken: TypeError: Cannot convert undefined or null to object

They all return loadProducts() just fine, and I know have the correct credentials. Is there something special about these exchanges I might be missing when it comes to fetching balances? So far, GDAX and Bitstamp work fine.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:26 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
kroitorcommented, Jul 26, 2017
0reactions
cklestercommented, Jul 26, 2017

Will do! Thank you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Exchanges — ccxt 2.4.71 documentation
Python import ccxt exchange = ccxt.okcoinusd () # default id okcoin1 = ccxt.okcoinusd ({ 'id': ... A currency code is a code of...
Read more >
How Does Fetch Rewards Work? Here's How
Fetch Rewards pays you in digital gift cards for scanning your print or digital receipts. If you're wondering "how does Fetch work?
Read more >
Fetch Rewards Review: 10 Things to Know Before You Sign Up
This Fetch Rewards app review includes the strategy I've used to earn $1000 in free gift cards. Read my pro tips before you...
Read more >
Kafka 3.3 Documentation
Kafka combines three key capabilities so you can implement your use cases for event streaming end-to-end with a single battle-tested solution: To publish...
Read more >
IEX Cloud Legacy API
Have a question or want to report a problem regarding the IEX Cloud API? ... Once you find the data point you want,...
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