Tôi đã mua orderid bằng tài liệu Binance API, nhưng không thể tìm ra orderid này bằng exchange.GetOrder của fmz, chỉ ra GetOrder ((154432759): 400: {“code”:-2013, “msg”:” Order does not exist. “}, và đơn đã được gửi xuống sàn.
Bạn có thể tìm thấy câu hỏi của tôi ở đâu?
message =“symbol=” + str(“SNX”)+“USDT”+ “&side=BUY”+“&type=MARKET”+ “&quantity=”+ str(1)
idsecondtemp = exchange.IO ((“api”, “POST”, “/fapi/v1/order”, message)
Log (((“Bán hàng thứ hai Biance trả vềidsecondtemp=”,idsecondtemp)
idsecond=idsecondtemp[“orderId”]
Log(“idsecond”,idsecond)
GetoderByidsecond=exchange.GetOrder(idsecond)
Log(GetoderByidsecond)