Can't make POST requests for Kucoin
See original GitHub issueCan’t seem to make POST requests on Kucoin, it says that “Signature verification failed”. All GET requests have worked fine so far.
- OS: Mac OS
- Programming Language: Python (ipynb format)
- CCXT version: 1.10
- Exchange: Kucoin
- Method: create_order
ku_client.create_order('LTC/BTC', 'limit', 'buy', .01, 0.01655)
Result:
AuthenticationError: kucoin {"msg":"Signature verification failed","timestamp":1514554308458,"code":"UNAUTH","success":false}
Issue Analytics
- State:
- Created 6 years ago
- Comments:27 (10 by maintainers)
Top Results From Across the Web
How do I make a Javascript POST request with the KuCoin API?
I have some success with the Kucoin API and I can make signed REST GET requests but I cannot get my REST POST...
Read more >Get 24/7 Customer Service from KuCoin Support Team
Looking for support on KuCoin? Get your problems solved quickly through the help center. Our customer service is available 24/7 all year round....
Read more >KuCoin API Documentation: General
General. Introduction. Welcome to KuCoin's trader and developer documentation. These documents outline the exchange functionality, market details, and APIs.
Read more >Deposit Did Not Arrive at KuCoin or Deposited to the Wrong ...
Made a deposit to KuCoin but it hasn't arrived? Don't worry. As long as the address was filled correctly and you remembered to...
Read more >How to Make a Trade on KuCoin
The reason can vary. The order may have been canceled due to insufficient funds or exceeding the KuCoin Price Protection Limit. ▷ For...
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
Yeah, they’re having load issues. Sometimes that page works, (it does for me at the moment). Some more info when that page works:
So fetching (also using private api) works, placing orders doesn’t work.
ok great! I think both problems are solved.