0
tập trung vào
0
Người theo dõi

Tại sao phương pháp này không tìm được orderid? Vấn đề là gì?

Được tạo ra trong: 2020-11-10 09:47:05, cập nhật trên: 2020-11-10 09:47:51
comments   2
hits   1204

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)