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

Binance.orderStatus is not sending the orderid argument

Open robprado-dev opened this issue 3 years ago • 4 comments

{"code":-1102,"msg":"Param 'origClientOrderId' or 'orderId' must be sent, but both were empty/null!"}

robprado-dev avatar Dec 21 '21 11:12 robprado-dev

Did you ever resolve this? I'm getting the same, I've tried orderId, clientOrderId but still get the same message!

Dan2204 avatar Apr 01 '22 19:04 Dan2204

I have the same issue.

Diegow3b avatar May 18 '22 00:05 Diegow3b

Use the following instead: binance.orderStatus(symbol, undefined, (error, orderStatus, symbol) => { ..... },{ orderId:orderid });

seams like there is a Bug in the package... but over the flags at the end of the "orderStatus"-Call you can do a workaround

byhomer avatar Aug 08 '22 01:08 byhomer

the package it self is full of bugs and not implemented the subaccount endpoints

Diegow3b avatar Aug 08 '22 09:08 Diegow3b