kucoin-node-sdk
kucoin-node-sdk copied to clipboard
KuCoin API SDK for Node.js language.
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
I can subscribe to public channels (e.g. '/market/ticker:') but can not get any private channel like '/spotMarket/tradeOrders' to work. An example call which I think would work: `feed.subscribe('/spotMarket/tradeOrders', (message) =>...
Hi, thanks for the package! I have an app that works the following way: people trust me with their api keys and secrets, I add them to my app, the...
Hi, I'm using the sandbox to test out this SDK. Set up an account in the Sandbox, created API credentials and used it as the config. Getting empty JSON responses...
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'); /**...
When I make an overload test, calling getOrderById too many times in shot amount of time, i can't catch request limit error. My intention is to catch this error, wait...
hello everyone I open WebSocket for my private account and get messages of order changes. when I set buy order in Best Market Price Mode order filled but the message...
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.31 to 0.5.37. Release notes Sourced from moment-timezone's releases. Release 0.5.34 Updated data to IANA TZDB 2021e Release 0.5.33 Updated data to IANA TZDB 2021a Release 0.5.32...
PageSize
Can you add pageSize as a parameter for the endpoints that support it? Or default the API to 500. It takes to long to fetch the data if we use...
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...