kucoin-api 2.3.3 → 2.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +21 -13
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -85,22 +85,23 @@ Refer to the [examples](./examples) folder for implementation demos.
85
85
 
86
86
  <!-- template_related_projects -->
87
87
 
88
- ## Related projects
88
+ ## Related Projects
89
89
 
90
90
  Check out my related JavaScript/TypeScript/Node.js projects:
91
91
 
92
- - Try my REST API & WebSocket SDKs:
93
- - [Bybit-api Node.js SDK](https://www.npmjs.com/package/bybit-api)
94
- - [Okx-api Node.js SDK](https://www.npmjs.com/package/okx-api)
95
- - [Binance Node.js SDK](https://www.npmjs.com/package/binance)
96
- - [Gateio-api Node.js SDK](https://www.npmjs.com/package/gateio-api)
97
- - [Bitget-api Node.js SDK](https://www.npmjs.com/package/bitget-api)
98
- - [Kucoin-api Node.js SDK](https://www.npmjs.com/package/kucoin-api)
99
- - [Coinbase-api Node.js SDK](https://www.npmjs.com/package/coinbase-api)
100
- - [Bitmart-api Node.js SDK](https://www.npmjs.com/package/bitmart-api)
92
+ - Try our REST API & WebSocket SDKs published on npmjs:
93
+ - [Bybit Node.js SDK: bybit-api](https://www.npmjs.com/package/bybit-api)
94
+ - [Kraken Node.js SDK: @siebly/kraken-api](https://www.npmjs.com/package/coinbase-api)
95
+ - [OKX Node.js SDK: okx-api](https://www.npmjs.com/package/okx-api)
96
+ - [Binance Node.js SDK: binance](https://www.npmjs.com/package/binance)
97
+ - [Gate (gate.com) Node.js SDK: gateio-api](https://www.npmjs.com/package/gateio-api)
98
+ - [Bitget Node.js SDK: bitget-api](https://www.npmjs.com/package/bitget-api)
99
+ - [Kucoin Node.js SDK: kucoin-api](https://www.npmjs.com/package/kucoin-api)
100
+ - [Coinbase Node.js SDK: coinbase-api](https://www.npmjs.com/package/coinbase-api)
101
+ - [Bitmart Node.js SDK: bitmart-api](https://www.npmjs.com/package/bitmart-api)
101
102
  - Try my misc utilities:
102
- - [OrderBooks Node.js](https://www.npmjs.com/package/orderbooks)
103
- - [Crypto Exchange Account State Cache](https://www.npmjs.com/package/accountstate)
103
+ - [OrderBooks Node.js: orderbooks](https://www.npmjs.com/package/orderbooks)
104
+ - [Crypto Exchange Account State Cache: accountstate](https://www.npmjs.com/package/accountstate)
104
105
  - Check out my examples:
105
106
  - [awesome-crypto-examples Node.js](https://github.com/tiagosiebler/awesome-crypto-examples)
106
107
  <!-- template_related_projects_end -->
@@ -193,7 +194,7 @@ Use the `BrokerClient` for broker and sub-account management operations. See [Br
193
194
 
194
195
  ### Unified API
195
196
 
196
- The `UnifiedAPIClient` provides access to KuCoin's Unified API endpoints, which offer streamlined market data access across Spot, Futures, and Margin trading products. It doesn't serve a purpose of a UTA account(Unified trading account) - but it is a new generation of API endpoints generalised for all trading products.
197
+ The `UnifiedAPIClient` provides access to KuCoin's Unified API endpoints, which offer streamlined market data access across Spot, Futures, and Margin trading products. It doesn't serve a purpose of a UTA account(Unified trading account) - but it is a new generation of API endpoints generalised for all trading products.
197
198
 
198
199
  ## WebSockets
199
200
 
@@ -450,6 +451,11 @@ Have my projects helped you? Share the love, there are many ways you can show yo
450
451
  - Have an interesting project? Get in touch & invite me to it.
451
452
  - Or buy me all the coffee:
452
453
  - ETH(ERC20): `0xA3Bda8BecaB4DCdA539Dc16F9C54a592553Be06C` <!-- metamask -->
454
+ - Sign up with my referral links:
455
+ - OKX (receive a 20% fee discount!): https://www.okx.com/join/42013004
456
+ - Binance (receive a 20% fee discount!): https://accounts.binance.com/register?ref=OKFFGIJJ
457
+ - HyperLiquid (receive a 4% fee discount!): https://app.hyperliquid.xyz/join/SDK
458
+ - Gate: https://www.gate.io/signup/NODESDKS?ref_type=103
453
459
 
454
460
  <!---
455
461
  old ones:
@@ -457,6 +463,8 @@ old ones:
457
463
  - BTC(SegWit): `bc1ql64wr9z3khp2gy7dqlmqw7cp6h0lcusz0zjtls`
458
464
  - ETH(ERC20): `0xe0bbbc805e0e83341fadc210d6202f4022e50992`
459
465
  - USDT(TRC20): `TA18VUywcNEM9ahh3TTWF3sFpt9rkLnnQa
466
+ - gate: https://www.gate.io/signup/AVNNU1WK?ref_type=103
467
+
460
468
  -->
461
469
  <!-- template_contributions_end -->
462
470
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kucoin-api",
3
- "version": "2.3.3",
3
+ "version": "2.3.4",
4
4
  "description": "Complete & robust Node.js SDK for Kucoin's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
5
5
  "scripts": {
6
6
  "clean": "rm -rf dist",
@@ -28,7 +28,7 @@
28
28
  "Jerko J (https://github.com/JJ-Cro)"
29
29
  ],
30
30
  "dependencies": {
31
- "axios": "^1.13.1",
31
+ "axios": "^1.13.2",
32
32
  "isomorphic-ws": "^5.0.0",
33
33
  "nanoid": "^3.3.11",
34
34
  "ws": "^8.18.3"