CatScan
Results
2
comments of
CatScan
Ok found the problem. "binance-chain/javascript-sdk/blob/master/src/client/index.ts" file is missing the closed order api. Solved it by duplicating every "getOpenOrders" { whole section } var in that file and changing the values...
Sooo it did fix the problem but now i can't query open orders, It looks like an issue with the index.ts file, But i'm not savvy enough to find the...