Releases: Kucoin/kucoin-go-sdk
v1.2.18
v1.2.17
Update the API for September
- 【Add】GET /api/v2/symbols/{symbol} endpoint
- 【Modify】POST /api/v1/hf/orders endpoint,add clientOid response param
- 【Modify】POST /api/v1/hf/orders/test endpoint,add clientOid response param
- 【Modify】POST /api/v1/hf/orders/sync endpoint,add clientOid response param
- 【Modify】POST /api/v1/hf/orders/alter endpoint,add clientOid response param
- 【Modify】POST /api/v1/hf/orders/multi endpoint,add clientOid response param
- 【Modify】POST /api/v1/hf/orders/multi/sync endpoint,add clientOid response param
v1.2.16
- Fix the
sn
type of the WebSocket response message to string. - Add context.Context to the request.
v1.2.15
Update API for July
[Added] GET /api/v3/hf/margin/order/active/symbols
[Added] GET /api/v3/margin/symbols
[Added] POST /api/v3/position/update-user-leverage
[Deprecated] TOPIC: /margin/fundingBook
[Added] GET /api/v1/otc-loan/loan
[Added] GET /api/v1/otc-loan/accounts
[Added] POST /api/v1/earn/orders
[Added] DELETE /api/v1/earn/orders
[Added] GET /api/v1/earn/redeem-preview
[Added] GET /api/v1/earn/saving/products
[Added] GET /api/v1/earn/hold-assets
[Added] GET /api/v1/earn/promotion/products
[Added] GET /api/v1/earn/kcs-staking/products
[Added] GET /api/v1/earn/staking/products
[Added] GET /api/v1/earn/eth-staking/products
[Updated] POST /api/v3/margin/borrow, added isHf field
[Updated] POST /api/v3/margin/repay, added isHf field
[Added] TOPIC: /margin/isolatedPosition isolated leverage position push
[Added] POST /api/v3/hf/margin/order
[Added] POST /api/v3/hf/margin/order/test
[Added] DELETE /api/v3/hf/margin/orders/{orderId}
[Added] DELETE /api/v3/hf/margin/orders/client-order/{clientOid}
[Added] DELETE /api/v3/hf/margin/orders
[Added] GET /api/v3/hf/margin/orders/active
[Added] GET /api/v3/hf/margin/orders/done
[Added] GET /api/v3/hf/margin/orders/{orderId}
[Added] GET /api/v3/hf/margin/orders/client-order/{clientOid}
[Added] GET /api/v3/hf/margin/fills
[Added] /api/v3/currencies/{currency}
Please refer to the detailed documentation: https://www.kucoin.com/docs/beginners/introduction
1.2.14 updated
add:
GET /api/v3/etf/info
GET /api/v3/isolated/accounts
GET /api/v1/contract/funding-rates
POST api/v3/oco/order
DELETE api/v3/oco/order/{orderId}
DELETE api/v3/oco/client-order/{clientOid}
DELETE api/v3/oco/orders
GET api/v3/oco/order/{orderId}
GET api/v3/oco/client-order/{clientOid}
GET api/v3/oco/orders
GET api/v3/oco/order/details/{orderId}
DELETE /api/v1/hf/orders/cancelAll
DELETE /api/v1/orders/client-order/{clientOid}
GET /api/v1/trade-statistics
Get /api/v3/margin/currencies
add /api/v1/risk/limit/strategy endpoint
v1.2.11: add GET /api/v2/currencies/{currency} endpoint change cancelAfter type
What's Changed
Full Changelog: v1.2.10...v1.2.11
v1.2.10: Merge pull request #110 from hhxsv5/master
v1.2.8: Merge pull request #96 from wanfeiyy/master
- Upgrade api key version
- Added margin order
Support the customized Requester
Merge pull request #89 from hhxsv5/master release 1.2.7