ViewBlock / binance-api-node

:chart: A complete and heavily tested wrapper with typings for the Binance API.
654 stars 495 forks source link

Error: Not all sent parameters were read; read '2' parameter(s) but was sent '4'. #622

Open TiagoAndreAlmeida opened 1 year ago

TiagoAndreAlmeida commented 1 year ago

when trying to get OCO order o got the title erro. exchange.getOrderOco ({ listClientOrderId: orderId, symbol: symbol, useServerTime: true })

TiagoAndreAlmeida commented 1 year ago

find a work around, i just put the parameter symbol as optional in getOrderOco interface.