-
-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bitfinex fiat (USD) withdraw() #456
Comments
Hi! Basically, it tells you the reason:
What it is saying is that if you want to do fiat withdrawals (USD), then they require SWIFT bank code, as long as several other params (bank info, account numbers, etc), described here: https://bitfinex.readme.io/v1/reference#rest-auth-transfer-between-wallets You can pass them in the last argument of the withdraw call like so: exch.withdraw('USD', '100', 'wallet',{
'swift': 'YOUR_SWIFT',
'bank_name': 'YOUR_BANK_NAME',
# all other required params...
}) Does this help? |
Hm... Yes, you're right. I thought it was USDT. I guess, they're using another symbol for that. |
F$%^ Bitfinex won't do "USDT", nor "tether" |
@Fcl69 yeah, just one sec we will try adding USDT support. I'll get back to you with an update in 5 minutes. |
@Fcl69 can you please try it with version 1.9.356 and |
Hello! Looks like it accepted the symbol:
|
@Fcl69 Yes it did, but it requires >100USD. I guess you can carry on from here. Thx! |
I've tested the full cycle, and it worked. Thanks again! |
Hi all, Just wanna ask, I faced problem when I trying to withdraw at "Kraken". Is this 'key' referring to: 1. 2-factor authentication 2. apiKey or 3. secretKey Regards, |
@Tsuihao can you show the code and verbose output? (set .verbose = true on the exchange, then call withdraw) |
@Tsuihao this is either your withdrawal address name or withdrawal address (often set to the same value): |
@kroitor, Thanks for the info. It is the "Description" name |
code:
output:
The text was updated successfully, but these errors were encountered: