0
Follow
0
Followers
Почему этот метод не может найти orderid? В чем проблема?
Created 2020-11-10 09:47:05 Updated 2020-11-10 09:47:51
2
1355
Я получил orderid заказа с помощью файла Binance API, но не смог найти его с помощью fmz's exchange.GetOrder (), который указал GetOrder ().154432759): 400: {"code":-2013, "msg":"Order does not exist. "}, а код уже был отправлен на биржу.
Если вы не знаете, где мой вопрос, то можете найти его здесь.
message ="symbol=" + str("SNX")+"USDT"+ "&side=BUY"+"&type=MARKET"+ "&quantity="+ str(1)
idsecondtemp = exchange.IO (("api", "POST", "/fapi/v1/order", message) # сделайте дополнительные заказы
Log{"Вторая биржа Biance возвращаетidsecondtemp=",idsecondtemp)
idsecond=idsecondtemp["orderId"]
Log("idsecond",idsecond)
GetoderByidsecond=exchange.GetOrder(idsecond)
Log(GetoderByidsecond)
Related Recommendations
How to Specify Different Versions of Data for the Rented Strategy by Its Rental Code MetadataAdvanced Tutorial for FMZ Quant platform Strategy WritingElementary Tutorial for FMZ Quant platform Strategy WritingGet Started with FMZ Quant PlatformSECURITY BUGI keep getting error: Exchange_GetAccount: Invalid ContractTypeWe have an incredibly profitable market making algorithm for sideways markets on Bitmex - but need expert to help eliminate wait times during downward volatility in the marketError with deribitLimitations of the backtesting engineHow to install ta-lib on linux docker?

