Releases: Kucoin/kucoin-universal-sdk
Releases · Kucoin/kucoin-universal-sdk
v1.3.0(Python、Node.js、Postman)
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)
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)
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)
Update
Golang Installation
go get github.com/Kucoin/kucoin-universal-sdk/sdk/golang
go mod tidy
v1.2.0(Python、Node.js、Postman)
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)
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)
v0.1.1-alpha(Nodejs)
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)
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)
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