Skip to content

Releases: Kucoin/kucoin-futures-go-sdk

v1.1.4

16 Oct 06:46
c5c4818
Compare
Choose a tag to compare

Update the API for September

  • 【Add】GET /api/v2/position/getMarginMode endpoint
  • 【Add】POST /api/v2/position/changeMarginMode endpoint
  • 【Add】GET /api/v2/getCrossUserLeverage endpoint
  • 【Add】POST /api/v2/changeCrossUserLeverage endpoint
  • 【Add】Topic: /contract/marginMode endpoint
  • 【Add】Topic: /contract/crossLeverage endpoint
  • 【Modify】POST /api/v1/orders endpoint,add marginMode request param
  • 【Modify】POST /api/v1/orders/multi endpoint,add marginMode request param
  • 【Modify】GET /api/v1/orders endpoint,add marginMode response param
  • 【Modify】GET /api/v1/stopOrders endpoint,add marginMode response param
  • 【Modify】GET /api/v1/recentDoneOrders endpoint,add marginMode response param
  • 【Modify】GET /api/v1/orders/{order-id} endpoint,add marginMode response param
  • 【Modify】GET /api/v1/orders/byClientOid?clientOid={client-order-id} endpoint,add marginMode response param
  • 【Modify】GET /api/v1/fills endpoint,add marginMode response param
  • 【Modify】GET /api/v1/recentFills endpoint,add marginMode response param
  • 【Modify】GET /api/v1/positionendpoint,addmarginModepositionSideleverageposFunding response param
  • 【Modify】GET /api/v1/positionsendpoint,addmarginModepositionSideleverageposFunding response param
  • 【Modify】Topic: /contractMarket/tradeOrders endpoint,add marginMode response param
  • 【Modify】Topic: /contractMarket/tradeOrders:{symbol} endpoint,add marginMode response param
  • 【Modify】Topic: /contractMarket/advancedOrders endpoint,add marginMode response param
  • 【Modify】Topic: /contractAccount/wallet endpoint,addwalletBalance.change subject, Deprecate**"orderMargin.change**、availableBalance.changewithdrawHold.change subject
  • 【Modify】Topic: /contract/position:{symbol} endpoint,addmarginModepositionSideleverageposFunding response param
  • 【Modify】Topic: /contract/positionAll endpoint,addmarginModepositionSideleverageposFunding response param

v1.1.2

04 Sep 06:08
9b4605d
Compare
Choose a tag to compare

Update API For August

  • [Updated] /api/v1/orders
  • [Updated] /api/v1/orders/test
  • [Added] GET /api/v1/allTickers
  • [Added] GET /api/v2/getMaxOpenSize
  • [Added] POST /api/v1/st-orders

Please refer to the detailed documentation: https://www.kucoin.com/docs/beginners/introduction

v1.1.1

02 Aug 02:31
95c0805
Compare
Choose a tag to compare

Update API for July

[Added] TOPIC: /contractMarket/limitCandle
[Added] TOPIC: /contract/positionAll
[Updated] TOPIC: /contractMarket/tradeOrders, added feeType field
[Added] GET /api/v1/margin/maxWithdrawMargin
[Added] POST /api/v1/margin/withdrawMargin
[Added] GET /api/v1/trade-fees
[Added] GET /api/v1/history-positions

Please refer to the detailed documentation: https://www.kucoin.com/docs/beginners/introduction

v1.0.9

20 Feb 10:15
Compare
Choose a tag to compare

add:
GET /api/v1/trade-statistics
DELETE /api/v1/orders/client-order/{clientOid}
GET /api/v1/contract/funding-rates

Added interface of risk limit level and change PositionModel

21 Feb 05:31
62dd174
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.5...v1.0.6