kucoin-api icon indicating copy to clipboard operation
kucoin-api copied to clipboard

npm module for the KuCoin API.

Results 14 kucoin-api issues
Sort by recently updated
recently updated
newest added

Hey, I saw you have this published on npm: https://www.npmjs.com/package/kucoin-api I have a bunch of SDKs and wanted to work with kucoin next. Tried to email you too but got...

sometimes the client time does not match / does not exactly match the expected time of the kucoin server. In this case we get back an `Invalid nonce` error from...

The code did not handle undefined `params.pair`, hence it used to generate "/undefined/open/tick" endpoint in line :683, resulting to an error instead of listing all tickers. I added a condition...

Retrieve a list of completed orders for all symbols.

Is there a way to get the complete history of all coins rather than just one?

Hi mate, I'm pretty sure your api is right, however I've been getting this error {code: "UNAUTH", msg: "Invalid nonce", success: false, …} when I try to test the api...

Fix `createOrder` documentation showing wrong method name in example.