Skip to content

Releases: Kucoin/kucoin-universal-sdk

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

v1.0.0(Python)

31 Dec 06:34
8790e7c
Compare
Choose a tag to compare

Update

  1. API updates
  2. Added API documentation URL
  3. Updated version

Python Installation

pip install kucoin-universal-sdk

v1.0.0(Go)

31 Dec 06:32
8790e7c
Compare
Choose a tag to compare

Update

  1. API updates
  2. Added API documentation URL
  3. Updated version

Golang Installation

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

v0.1.1-alpha1(Python)

26 Dec 08:15
6a45ca8
Compare
Choose a tag to compare

Update

  1. Python SDK Performance Improvement

Python Installation

pip install kucoin-universal-sdk==0.1.1a1

v0.1.1-alpha(Python)

18 Dec 01:57
Compare
Choose a tag to compare

Update

  1. Added more examples
  2. Updated API with additional comments
  3. Bug fixes
  4. Optimized log messages

Python Installation

pip install kucoin-universal-sdk==0.1.1a

v0.1.1-alpha(Go)

18 Dec 01:43
Compare
Choose a tag to compare

Update

  1. Added more examples
  2. Updated API with additional comments
  3. Bug fixes
  4. Optimized log messages

Golang Installation

go get github.com/Kucoin/kucoin-universal-sdk/sdk/[email protected]
go mod tidy

v0.1.0-alpha(Go)

10 Dec 11:50
e25c12d
Compare
Choose a tag to compare

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

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.

Golang Installation

go get github.com/Kucoin/kucoin-universal-sdk/sdk/[email protected]
go mod tidy

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

v0.1.0-alpha(Python)

10 Dec 11:54
Compare
Choose a tag to compare

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

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.

Python Installation

pip install kucoin-universal-sdk==0.1.0a2

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