Skip to content

Releases: Kucoin/kucoin-universal-sdk

v1.3.0(Python、Node.js、Postman)

12 Jun 02:06
7a421cc
Compare
Choose a tag to compare

Update

  • Update the latest APIs, documentation, etc
  • Introduced a new testing framework for all SDKs
  • Expanded regression-test coverage for Python components
  • Updated Node.js dependencies to address security vulnerabilities

Python Installation

pip install kucoin-universal-sdk

Node.js Installation

npm install kucoin-universal-sdk

Postman Installation

Visit the KuCoin API Collection on Postman

v1.3.1(Go)

16 Jun 13:01
a65defc
Compare
Choose a tag to compare

Update

  • Update the Go module version to avoid downloading excess content from the repository.

Golang Installation

go get github.com/Kucoin/kucoin-universal-sdk/sdk/golang
go mod tidy

v1.3.0(Go)

12 Jun 02:05
7a421cc
Compare
Choose a tag to compare

Update

  • Update the latest APIs, documentation, etc
  • Introduced a new testing framework for all SDKs
  • Expanded regression-test coverage for Python components
  • Updated Node.js dependencies to address security vulnerabilities

Golang Installation

go get github.com/Kucoin/kucoin-universal-sdk/sdk/golang
go mod tidy

v1.2.1(Go)

28 May 01:56
8b37a7d
Compare
Choose a tag to compare

Update

Golang Installation

go get github.com/Kucoin/kucoin-universal-sdk/sdk/golang
go mod tidy

v1.2.0(Python、Node.js、Postman)

21 Mar 07:39
fe8ab20
Compare
Choose a tag to compare

Update

  • Update the latest APIs, documentation, etc
  • Remove range validation in Python
  • Update API KEY verification version to 3
  • Fix the bug related to resubscribing
  • The Node.js SDK has been changed to the official unified version
  • Fix issues with automated test execution.

Python Installation

pip install kucoin-universal-sdk

Node.js Installation

npm install kucoin-universal-sdk

Postman Installation

Visit the KuCoin API Collection on Postman

v1.2.0(Go)

21 Mar 07:21
fe8ab20
Compare
Choose a tag to compare

Update

  • Update the latest APIs, documentation, etc
  • Remove range validation in Python
  • Update API KEY verification version to 3
  • Fix the bug related to resubscribing
  • The Node.js SDK has been changed to the official unified version
  • Fix issues with automated test execution.

Golang Installation

go get github.com/Kucoin/kucoin-universal-sdk/sdk/golang
go mod tidy

v1.1.1(Python)

04 Mar 07:03
08f0598
Compare
Choose a tag to compare

Update

  • [#13]Update init.py to enhance the import experience
  • [#16]Reduce unnecessary log output
  • Optimize WebSocket reconnection logic

Python Installation

pip install kucoin-universal-sdk==1.1.1

v0.1.1-alpha(Nodejs)

26 Feb 10:15
2bb0b1b
Compare
Choose a tag to compare

We are excited to announce the v0.1.1-alpha release of the KuCoin Universal SDK for Node.js. This release includes the foundational functionalities of the SDK, enabling developers to seamlessly integrate with KuCoin's API ecosystem using Node.js.

Note: This SDK is currently in the Alpha phase. We are actively iterating and improving its features, stability, and documentation. Feedback and contributions are highly encouraged to help us refine the SDK.

Installation

npm install kucoin-universal-sdk

If you encounter any issues or have questions, feel free to reach out through:Submit an Issue

v1.1.0(Python、Postman)

16 Jan 09:06
4db52a1
Compare
Choose a tag to compare

Update

  • Updated the API sequence to be consistent with the documentation.
  • Updated the license.
  • Added Copy Trading API.

Python Installation

pip install kucoin-universal-sdk

Postman Installation

Visit the KuCoin API Collection on Postman

v1.1.0(Go)

16 Jan 08:46
4db52a1
Compare
Choose a tag to compare

Update

  • Updated the API sequence to be consistent with the documentation.
  • Updated the license.
  • Added Copy Trading API.

Golang Installation

go get github.com/Kucoin/kucoin-universal-sdk/sdk/golang
go mod tidy