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.

kucoin NEO withdrawal raises invalid address error via API but not via website

See original GitHub issue
  • CCXT version: ‘1.18.400’
  • Exchange: kucoin
  • Method: withdraw

When I want to withdraw 1 NEO from kucoin with this code: client.withdraw('NEO', 1.0, 'AFtKSGZhxKt8bY9VSwGr4FcgGkBERcMrta', '1553951507')

I get the following error:

  File "C:\ProgramData\Anaconda3\lib\site-packages\ccxt\kucoin.py", line 957, in withdraw
    response = self.privatePostWithdrawals(self.extend(request, params))

  File "C:\ProgramData\Anaconda3\lib\site-packages\ccxt\base\exchange.py", line 388, in inner
    return entry(_self, **inner_kwargs)

  File "C:\ProgramData\Anaconda3\lib\site-packages\ccxt\base\exchange.py", line 417, in request
    return self.fetch2(path, api, method, params, headers, body)

  File "C:\ProgramData\Anaconda3\lib\site-packages\ccxt\base\exchange.py", line 413, in fetch2
    return self.fetch(request['url'], request['method'], request['headers'], request['body'])

  File "C:\ProgramData\Anaconda3\lib\site-packages\ccxt\base\exchange.py", line 516, in fetch
    self.handle_errors(response.status_code, response.reason, url, method, headers, http_response, json_response)

  File "C:\ProgramData\Anaconda3\lib\site-packages\ccxt\kucoin.py", line 1248, in handle_errors
    raise ExceptionClass(self.id + ' ' + message)

ArgumentsRequired: kucoin Incorrect withdrawal address

However, the address is correct and working when I perform the same withdrawal on the kucoin website. Any idea what the problem is? Has it something to do with main/trading account?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
MarcelBeiningcommented, Mar 30, 2019

Ok did not know, thanks!

1reaction
MarcelBeiningcommented, Mar 30, 2019

Hi @kroitor I just talked to the kucoin support (recomendation: always talk to them via telegram kucoin group, there they are very much faster!) and when I do the withdraw without the tag it works! However this is a kucoin API bug then because does not make sense to raise a address error! Also I thought a transaction can always have a tag/data/whatever entry.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Invalid Address Error On Kucoin - YouTube
Having Issues With Kucoin ? Getting Invalid Address Error ?Try Moving Your Crypto From Your Main Account To Your Trading Account And Back...
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 >
HELP! INVALID WITHDRAWAL ADDRESS : r/kucoin - Reddit
I try to withdraw COTI to Binance, but Kucoin app says the address is invalid. I am sure the address is valid. Please...
Read more >
[ANN] [EXCHANGE] KuCoin Exchange - Bitcoin Forum
I have a problem with your exchange, I processed an EOS withdrawal some 9 hours ago but even up to now, there is...
Read more >
FAQ - B C F GLOBAL - SITE123
FAQ Invalid Sign Check if your API-KEY, API-SECRET and API-PASSPHRASE are ... the memo should not be sent when you apply withdraw via...
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