node-binance-api icon indicating copy to clipboard operation
node-binance-api copied to clipboard

orderStatus fails on SPOT

Open dbvcode opened this issue 3 years ago • 1 comments
trafficstars

I've just updated to the latest version(0.13.1) of the library and the orderStatus function for the SPOT market fails. Give the error:

Param 'origClientOrderId' or 'orderId' must be sent, but both were empty/null!

I've logged the output and indeed the link that was created looks:

https://api.binance.com/api/v3/order?symbol=VETUSDT&timestamp=1639058984426&recvWindow=60000&signature=xxxxxxxxxxxxxwhateverxxxxxxxxxxxxxxxxxxx

Indeed missing the orderId

Version 0.12.5 and 0.13.0 of the library work fine!

Must be something broken in 0.13.1

dbvcode avatar Dec 09 '21 14:12 dbvcode

This is a duplicate of https://github.com/jaggedsoft/node-binance-api/issues/767

dbvcode avatar Dec 09 '21 14:12 dbvcode