Closed cyberjunky closed 6 months ago
I may have found the answer: https://bybit-exchange.github.io/docs/v5/order/open-order
INFO
Classic account spot can return open orders only
Also these will fail... hmm, maybe I should convert, it will be forced later on anyway.
cumExecValue string Cumulative executed order value. Classic spot is not supported
cumExecFee string Cumulative executed trading fee. Classic spot is not supported
My first comment! Thank you @cyberjunky ! I will add it to the documentation of Sunflow.
Trying out your code -with almost default config- (apart from API keys of course)
I get below error when a buy is done (which succeeded on the exchange) Could this be a Non-UTA compatibility issue (i'm still on old Bybit account format). Or maybe a timing issue (trying to fetch faster than created?) Still trying to understand where what is done in trying to find the cause.