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

getOrder with orderId big integer

Open camel113 opened this issue 3 years ago • 0 comments

getOrder is asking for an orderId of type number Some orders have big integer as id like 8389765512384743573 for ETHUSDT. How are we supposed to pass this kind of big integer id to getOrder? parseInt() won't do the trick, the best would be to pass a string for orderId

camel113 avatar Dec 19 '21 10:12 camel113