binance-api-node
binance-api-node copied to clipboard
getOrder with orderId big integer
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