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.

Error with BCH withdrawal from Bitfinex

See original GitHub issue

Hi, @kroitor.

I tried to make a BCH withdrawal from Bitfinex using ccxt library, but unsuccessfully. Then I made manually on my account and it worked fine. I don’t know what is happening. May you take a look at this restriction, please?

This is the verbose output from raised error:

Connected to pydev debugger (build 172.3544.46)
https://api.bitfinex.com/v1/symbols_details GET https://api.bitfinex.com/v1/symbols_details 
Request: {'User-Agent': 'ccxt/1.9.341 (+https://github.com/ccxt-dev/ccxt) Python/3.6.2', 'Accept-Encoding': 'gzip, deflate'} None
GET https://api.bitfinex.com/v1/symbols_details 
Response: Date: Fri, 03 Nov 2017 15:13:59 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Connection: close
Set-Cookie: __cfduid=de9bb58012c1653ce1eb0e9cf8577be271509722037; expires=Sat, 03-Nov-18 15:13:57 GMT; path=/; domain=.bitfinex.com; HttpOnly
Strict-Transport-Security: max-age=31536000
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
Vary: Accept-Encoding
Content-Encoding: gzip
ETag: "7f9ce0b4f1fe78a7e9dd49715cd93e29"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: c0c6f77d-a8cf-4401-8ae8-1f3390fbbd3f
X-Runtime: 0.119667
X-Frame-Options: SAMEORIGIN
Server: cloudflare-nginx
CF-RAY: 3b8047cd0ca84a7e-GRU

Traceback (most recent call last):
  File "C:\Program Files\JetBrains\PyCharm Community Edition 2017.2.1\helpers\pydev\pydevd.py", line 1599, in <module>
    globals = debugger.run(setup['file'], None, None, is_module)
  File "C:\Program Files\JetBrains\PyCharm Community Edition 2017.2.1\helpers\pydev\pydevd.py", line 1026, in run
    pydev_imports.execfile(file, globals, locals)  # execute the script
  File "C:\Program Files\JetBrains\PyCharm Community Edition 2017.2.1\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile
    exec(compile(contents+"\n", file, 'exec'), glob, loc)
  File "C:/Users/myuser/mycode.py", line 79, in <module>
    x = bitfinex.withdraw("BCH", 0.01, 'myaddress')
  File "C:\Users\myuser\AppData\Roaming\Python\Python36\site-packages\ccxt\bitfinex.py", line 373, in withdraw
    name = self.getCurrencyName(currency)
  File "C:\Users\myuser\AppData\Roaming\Python\Python36\site-packages\ccxt\bitfinex.py", line 355, in get_currency_name
    raise NotSupported(self.id + ' ' + currency + ' not supported for withdrawal')
ccxt.base.errors.NotSupported: bitfinex BCH not supported for withdrawal

Process finished with exit code 1

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
Felipe-Mangueiracommented, Nov 3, 2017

It worked, @kroitor. Thx again.

1reaction
Felipe-Mangueiracommented, Nov 3, 2017

Sure, I’ll do it and I’ll reply you soon. Thanks again, @kroitor.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bitfinex on Twitter: "Please be extremely careful when depositing ...
Ticket number: #434537 I accidentally deposited bch into my btc address on ... what about withdrawal errors? you should also be extremely careful...
Read more >
What does the status of my withdrawal mean on Bitfinex
This status means that your withdrawal has been cancelled, and the funds have been returned to your Bitfinex wallet. Your withdrawal can be ......
Read more >
Withdrawal - Bitfinex API
🚧​​ Tether can be withdrawn using different networks. Different methods are used to specify which network should be used. The table below specifies...
Read more >
Our Fees - Bitfinex
Where token recovery is due to a deposit mistake, Bitfinex may, ... Digital assets withdrawals towards another Bitfinex user's address are free of...
Read more >
Why was my withdrawal cancelled at Bitfinex
If the Send to address or other withdrawal fields are not properly entered, an error message will appear, preventing you from making a ......
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