Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Releases: Kucoin/kucoin-futures-node-sdk

feat: add reset interface and socket topic

11 Nov 04:00

Choose a tag to compare

    * add SocketSubscribe crossMargin (TOPIC: /contract/marginMode)
    * add SocketSubscribe crossLeverage (Topic: /contract/crossLeverage)
    * add DELETE /api/v1/orders/multi-cancel
    * add GET /api/v2/position/getMarginMode
    * add POST /api/v2/position/changeMarginMode
    * add GET /api/v2/getCrossUserLeverage
    * add POST /api/v2/changeCrossUserLeverage

Add Rest API

08 Oct 06:53

Choose a tag to compare

Add Place take profit and stop loss order (/api/v1/st-orders)

Update Reset API and add Socket subscription topic

20 Aug 02:02

Choose a tag to compare

feat: add reset interface and socket topic
* add SocketSubscribe klineCandle (TOPIC: /contractMarket/limitCandle:{symbol}_{type})
* add SocketSubscribe positionAll (TOPIC: /contract/positionAll)
* add Get Positions History
* add Get Maximum Open Position Size
* add Get Max Withdraw Margin
* add Remove Margin Manually
* add Get Trading pair actual fee
* add Get Latest Ticker for All Contracts

add reset interface

29 May 09:00

Choose a tag to compare

  • add Place Order Test
  • add Place Multiple Orders
  • add package version

add reset interface

12 Jan 13:21
36a63fc

Choose a tag to compare

  • add Cancel Order by clientOid
  • add Get 24hour futures transaction volume
  • add Get Public Funding History

Update Get All Accounts Rest

21 Jul 07:07
578deec

Choose a tag to compare

Update futuresAccountOverview Reset Function

used by futuresAccountOverview('USDT', console.log)

Update README.md

28 Jun 13:39
7d2c1bf

Choose a tag to compare

update README.md
const KuCoinFutures = require('kucoin-futures-node-sdk');

change

const KuCoinFutures = require('kucoin-futures-node-sdk').default;

Refactor project using TypeScript

26 Jun 10:07
626c552

Choose a tag to compare

  • Convert JavaScript files to TypeScript
  • Update build configuration for TypeScript compilation
  • Add necessary TypeScript dependencies and typings
  • Adjust code to follow TypeScript best practices
  • Ensure all tests pass with the new TypeScript implementation

First Release for KuCoin Futures Node SDK

30 Nov 09:42

Choose a tag to compare

1.0.3

version 1.0.3