Releases: Kucoin/kucoin-universal-sdk
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
v1.0.0(Python)
Update
- API updates
- Added API documentation URL
- Updated version
Python Installation
pip install kucoin-universal-sdk
v1.0.0(Go)
Update
- API updates
- Added API documentation URL
- Updated version
Golang Installation
go get github.com/Kucoin/kucoin-universal-sdk/sdk/golang
go mod tidy
v0.1.1-alpha1(Python)
Update
- Python SDK Performance Improvement
Python Installation
pip install kucoin-universal-sdk==0.1.1a1
v0.1.1-alpha(Python)
Update
- Added more examples
- Updated API with additional comments
- Bug fixes
- Optimized log messages
Python Installation
pip install kucoin-universal-sdk==0.1.1a
v0.1.1-alpha(Go)
Update
- Added more examples
- Updated API with additional comments
- Bug fixes
- Optimized log messages
Golang Installation
go get github.com/Kucoin/kucoin-universal-sdk/sdk/[email protected]
go mod tidy
v0.1.0-alpha(Go)
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)
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