Open dbvcode opened 2 years ago
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:
orderStatus
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×tamp=1639058984426&recvWindow=60000&signature=xxxxxxxxxxxxxwhateverxxxxxxxxxxxxxxxxxxx
Indeed missing the orderId
orderId
Version 0.12.5 and 0.13.0 of the library work fine!
Must be something broken in 0.13.1
This is a duplicate of https://github.com/jaggedsoft/node-binance-api/issues/767
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:I've logged the output and indeed the link that was created looks:
https://api.binance.com/api/v3/order?symbol=VETUSDT×tamp=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