libinthomas-kv
Results
2
issues of
libinthomas-kv
I'm trying to pull my Kucoin transactions using this SDK. I'm getting transactions for deposits and withdrawals, even order by id is also working, but order list API is not...
I'm able to pull the deposit and withdrawal transactions. When trying to pull the orders list, Im getting empty data ``` /** Require SDK */ const API = require('kucoin-node-sdk'); /**...