KC-API-KEY not exists issue with a valid api key
See original GitHub issueHey , 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:
- Created a year ago
- Comments:10 (5 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
The issue is solved , thanks for your help!
Can you share a more complete version of your code, something that one of us can copy and test out?