Open biahoi opened 1 year ago
Hello @biahoi, unfortunately, I don't think we have margin support in Bitfinex yet, so providing type = 'margin'
inside params
is not a valid combination.
Hello @biahoi, unfortunately, I don't think we have margin support in Bitfinex yet, so providing
type = 'margin'
insideparams
is not a valid combination.
Hi Carlos, I tried manually put margin order on my bitfinex, and it works perfectly. So I dont think that is the case.. However I will to remove the "margin", see if it will affect.. Thank you..
Hi biahoi, I got the same issue just asking for balance of Bitfinex using BidBalance = BidExchange.fetch_balance()
Did you find the way to fix it?
Thanks
Sosyete
I am having the same problem , let me know if found any fixes
Operating System
win10 + Jupyter
Programming Languages
python
CCXT Version
No response
Description
I used the code provided in /examples (minor revised to work on Jupyter
https://github.com/ccxt/ccxt/blob/master/examples/py/async-binance-create-margin-order.py
for Binance it works perfect. But the samecode while running for Bitfinex it returns error:
"create_order() failed Strings must be encoded before hashing "
Code