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.

KC-API-KEY not exists issue with a valid api key

See original GitHub issue

Hey , i keep getting this error to call fetch_balance for kucoin. I’ve tried getting couple of different api keys (all on kucoinfutures).

  • OS: MacOS
  • Programming Language version: Python 3.9
  • CCXT version: 1.88

I’ve my variables setup like that in a .env file , and i’m sure of getting proper values in python.

mn_kucoin_key=apikey
mn_kucoin_secret=secretkey
tn_kucoin_password=paraphrase
ccxt.base.errors.AuthenticationError: kucoin KC-API-KEY not exists

Any help is appreciated , thanks.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
karahancodescommented, Jun 22, 2022

The issue is solved , thanks for your help!

1reaction
samgermaincommented, Jun 22, 2022

Can you share a more complete version of your code, something that one of us can copy and test out?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't create KuCoin order with Google App Scripts
Solved above problem here is the code to post a buy order on KuCoin: function kuCoinTest5() { var sheet = SpreadsheetApp.
Read more >
APIKEY does not work for publicly shared files [73974970]
Using an APIKEY fails with a 401 on public sheets. A small code sample that reliably reproduces the issue. The sample should run...
Read more >
KuCoin API Documentation: General
Unauthorized -- Invalid API Key. 403, Forbidden or Too Many Requests -- The request is forbidden or Access limit breached. 404, Not Found...
Read more >
Coinmarketcap api examples
If you have any problems or suggestions in the process of using it, please let us ... The request failed to authenticate (example:...
Read more >
[Bugsnag]: No valid API key has been set, notifications will not ...
No translations currently exist. Issue. What is the meaning of this warning message in system-app and zync? Raw. WARN -- [ ...
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