Releases: Kucoin/kucoin-futures-node-sdk
Releases · Kucoin/kucoin-futures-node-sdk
feat: add reset interface and socket topic
* 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
Add Place take profit and stop loss order (/api/v1/st-orders)
Update Reset API and add Socket subscription topic
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
- add Place Order Test
- add Place Multiple Orders
- add package version
add reset interface
- add Cancel Order by clientOid
- add Get 24hour futures transaction volume
- add Get Public Funding History
Update Get All Accounts Rest
Update futuresAccountOverview Reset Function
used by futuresAccountOverview('USDT', console.log)
Update README.md
update README.md
const KuCoinFutures = require('kucoin-futures-node-sdk');
change
const KuCoinFutures = require('kucoin-futures-node-sdk').default;
Refactor project using TypeScript
- 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
1.0.3 version 1.0.3