Skip to content

Releases: tiagosiebler/kucoin-api

v2.5.1: Add unified trading account examples & docs

10 Mar 16:36
577e4c1

Choose a tag to compare

What's Changed

  • feat: add Unified Trading Account examples and update Spot and Futures guides by @JJ-Cro in #117
  • feat(v2.5.1): update API documentation and examples for Unified Trading Account by @JJ-Cro in #122

Full Changelog: v2.5.0...v2.5.1

v2.5.0: Add support for regional KuCoin EU & EU REST APIs & WebSockets

09 Feb 12:02
b233da3

Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.5.0

v2.4.1: Add new REST & WS examples. Enhance WsStore isDeepObjectMatch for recursion.

04 Feb 15:56
96b38a7

Choose a tag to compare

What's Changed

  • refactor: reorganize example directory structure and update WebSocket examples by @JJ-Cro in #113
  • refactor: update SDK references and enhance request utility types by @JJ-Cro in #114
  • feat(v2.4.1):add tests for isDeepObjectMatch function by @JJ-Cro in #115

Full Changelog: v2.4.0...v2.4.1

v2.4.0: Integrate KuCoin's V2 (Pro) Public & Private WebSockets

30 Jan 16:38
0816fd4

Choose a tag to compare

What's Changed

  • feat: add examples for futures and spot trading using WebSocket and REST APIs by @JJ-Cro in #112
  • feat(v2.4.0): Integrate V2 (Pro) Public & Private WebSockets by @tiagosiebler in #111
  • Bump eslint to latest

Full Changelog: v2.3.6...v2.4.0

v2.3.6: Add new unified client kucoin pro endpoints

27 Jan 12:14
bbe6211

Choose a tag to compare

What's Changed

  • feat(v2.3.6): enhance API client with new endpoints and update package dependencies by @JJ-Cro in #109

Full Changelog: v2.3.5...v2.3.6

v2.3.5: Update wsOptions. Update release workflow. Update webpack config. Misc cleaning.

15 Jan 12:06
6554d70

Choose a tag to compare

What's Changed

  • chore: update NPM publish workflow to trigger on release events and h… by @JJ-Cro in #104
  • chore: enhance WSClientConfigurableOptions to support additional WebSocket and HTTP client options by @JJ-Cro in #105
  • chore: update .gitignore, add webpack configuration, and enhance package.json for optional dependencies by @JJ-Cro in #106
  • feat(v2.3.5): update webpack config, update wsOptions, update release workflow, minor bumps by @tiagosiebler in #107
  • chore(): README.md template sections by @tiagosiebler in #108

Full Changelog: v2.3.4...v2.3.5

v2.3.4: Update readme, bump axios

29 Dec 12:40
b432015

Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.3.4

v2.3.3: Add new market available inventory and kumining endpoints, bump axios and js-yaml

18 Dec 11:44
2e70e28

Choose a tag to compare

What's Changed

  • [Snyk] Upgrade axios from 1.12.2 to 1.13.1 by @tiagosiebler in #99
  • chore(deps-dev): bump js-yaml from 3.14.1 to 3.14.2 by @dependabot[bot] in #98
  • feat(v2.3.3): add new endpoints for market available inventory and kumining, update SDK documentation and examples by @JJ-Cro in #100

Full Changelog: v2.3.2...v2.3.3

v2.3.2: Add futures copy trading cross margin, hedge mode, collateral and kyc endpoints

17 Nov 11:49
32ccd4a

Choose a tag to compare

What's Changed

  • feat(v2.3.2): add futures copy trading cross margin, hedge mode, collateral and kyc endpoints by @JJ-Cro in #97

Full Changelog: v2.3.1...v2.3.2

v2.3.1: Safer internal exception logger for WSAPIClient

14 Nov 14:28
09b443a

Choose a tag to compare

Previously running a JSON.stringify call within the WebsocketAPIClient exception handler could in rare circumstances lead to a circular reference. This handles that scenario in a safer way.

What's Changed

  • feat(): Add licence file by @JJ-Cro in #95
  • fix(2.3.1): improve error handling in WebSocket client, fix circular error by @JJ-Cro in #96

Full Changelog: v2.3.0...v2.3.1