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.

Bitfinex fiat (USD) withdraw()

See original GitHub issue

code:

import ccxt 
exch = ccxt.bitfinex({
    'apiKey': 'key',
    'secret': 'sec',
    'enableRateLimit': True,
    'verbose': True,
    })
order = exch.withdraw('USD', '100', 'wallet')
print(order)

output:

https://api.bitfinex.com/v1/symbols_details GET https://api.bitfinex.com/v1/symbols_details Bad Request {“message”:“Key swift was not present.”}

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
Fcl69commented, Nov 3, 2017

I’ve tested the full cycle, and it worked. Thanks again!

1reaction
kroitorcommented, Nov 3, 2017

@Fcl69 Yes it did, but it requires >100USD. I guess you can carry on from here. Thx!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to make a Bank Wire Withdrawal at Bitfinex
Important: Bitfinex supports fiat currency withdrawal of US Dollar (USD), Euro (EUR), Great British Pound (GBP), Japanese Yen (JPY) and ...
Read more >
What is the minimum withdrawal at Bitfinex
Yes, Bitfinex users with the Full Verification level can withdraw a minimum of 10,000 USD/EUR/GBP, 1,000,000 JPY, and 75,000 CNH to their bank ......
Read more >
Fiat on Bitfinex — Frequently Asked Questions (FAQ)
Bitfinex users with full verification can deposit and withdraw fiat currencies. Important: If you use the third-party service provider OpenPayd ...
Read more >
How to withdraw crypto from Bitfinex
1. Firstly, log in to your Bitfinex account and go to Wallet >Withdrawals. · 2. Select Cryptocurrency. · 3. Choose the token you...
Read more >
A Beginner's guide to Bitfinex
1. Firstly make your way to the Withdrawal page. 2. Then, select the cryptocurrency.
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