Type/to search
0
Follow
0
Followers
¿Por qué este método no puede encontrar el ID del pedido? ¿Cuál es el problema?
Help
Created 2020-11-10 09:47:05  Updated 2020-11-10 09:47:51
 2
 1355

El orderid que obtuve con el pedido del archivo de Binance API, no se puede encontrar con el exchange.GetOrder de fmz, indica GetOrder ((154432759): 400: {"code":-2013, "msg":"Order does not exist. "}, y el solo ya ha sido enviado al intercambio. Y el orderid generado con el exchange.Buy (((-1, 1) de fmz
¿Dónde está mi pregunta?
message ="symbol=" + str("SNX")+"USDT"+ "&side=BUY"+"&type=MARKET"+ "&quantity="+ str(1)
idsecondtemp = exchange.IO (("api", "POST", "/fapi/v1/order", message) # hacer más pedidos
Log{"El segundo intercambio de Biance que devuelve iSecondtemp=", iSecondtemp)
idsecond=idsecondtemp["orderId"]
Log("idsecond",idsecond)
GetoderByidsecond=exchange.GetOrder(idsecond)
Log(GetoderByidsecond)

Related Recommendations
Comment
All comments (2)

    需要切换交易对,回答完毕

    6 years ago

    切换交易对了没有

    6 years ago
  • 1
iPhone Download
Forums
PINE Language
© 2015 - ∞ INVENTOR PTE LTD (SG)