kucoin-node-sdk
kucoin-node-sdk copied to clipboard
KuCoin API SDK for Node.js language.
according to the documentation (https://docs.kucoin.com/#base-url) the base URL is incorrect.
Is there a reason why the config is a global variable? This scheme makes it difficult to create different connections, as the config is centralized and there is no way...
Hey, I recently started playing with the kucoin bots, and I'd like to access the robots data via API to create some charts. (And perform actions too if that would...
I'm attempting to use applyWithdraw on USDC to ALGO and there is no response and no record of withdrawal action `const result = await kucoin.rest.User.Withdrawals.applyWithdraw('USDC', address, availableAmount, {chain: 'ALGO'})`
Hi Can I create several BTC wallet address to deposit and use them all in same time? For example: I create a BTC wallet for deposit, Then I create another...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
I am having trouble making api requests for anything that requires a signature. I am under the impression that I need to use base64 and hmac to encode the 'api_secret'...
This PR adds support for pagination in the `/api/v1/accounts/ledgers` endpoint. I am currently using my fork on my project so I know that this works but ideally we should merge...
Updates the constructor of the Datafeed class in src/lib/datafeed.js to take an additional Boolean parameter which defaults to false for backward compatibility. When true, this enables "specific topics", where the...
I can't find any way to set the parameters to expand the ticker list size. I expected to see ALL tickers, since that is the function's name, yet its only...