@siebly/kraken-api 1.1.3 → 1.1.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.
- package/README.md +15 -13
- package/package.json +14 -6
package/README.md
CHANGED
|
@@ -39,6 +39,8 @@ Complete & robust JavaScript & Node.js SDK for the Kraken REST APIs and WebSocke
|
|
|
39
39
|
- Heavy automated end-to-end testing with real API calls.
|
|
40
40
|
- Proxy support via axios integration.
|
|
41
41
|
- Active community support & collaboration in telegram: [Node.js Algo Traders](https://t.me/nodetraders).
|
|
42
|
+
- QuickStart Guide: [Kraken JavaScript QuickStart Guide](https://siebly.io/sdk/kraken/javascript)
|
|
43
|
+
- Kraken JavaScript Tutorial: [Kraken JavaScript REST API and WebSocket Tutorial](https://siebly.io/sdk/kraken/javascript/tutorial)
|
|
42
44
|
|
|
43
45
|
## Table of Contents
|
|
44
46
|
|
|
@@ -87,22 +89,22 @@ Refer to the [examples](./examples) folder for implementation demos, including:
|
|
|
87
89
|
|
|
88
90
|
Check out our JavaScript/TypeScript/Node.js SDKs & Projects:
|
|
89
91
|
|
|
90
|
-
- Visit our website: [https://Siebly.io](https://siebly.io
|
|
92
|
+
- Visit our website: [https://Siebly.io](https://siebly.io/)
|
|
91
93
|
- Try our REST API & WebSocket SDKs published on npmjs:
|
|
92
|
-
- [Bybit
|
|
93
|
-
- [Kraken
|
|
94
|
-
- [OKX
|
|
95
|
-
- [Binance
|
|
96
|
-
- [Gate (gate.com)
|
|
97
|
-
- [Bitget
|
|
98
|
-
- [Kucoin
|
|
99
|
-
- [Coinbase
|
|
100
|
-
- [
|
|
94
|
+
- [Bybit JavaScript SDK: bybit-api](https://www.npmjs.com/package/bybit-api)
|
|
95
|
+
- [Kraken JavaScript SDK: @siebly/kraken-api](https://www.npmjs.com/package/@siebly/kraken-api)
|
|
96
|
+
- [OKX JavaScript SDK: okx-api](https://www.npmjs.com/package/okx-api)
|
|
97
|
+
- [Binance JavaScript SDK: binance](https://www.npmjs.com/package/binance)
|
|
98
|
+
- [Gate (gate.com) JavaScript SDK: gateio-api](https://www.npmjs.com/package/gateio-api)
|
|
99
|
+
- [Bitget JavaScript SDK: bitget-api](https://www.npmjs.com/package/bitget-api)
|
|
100
|
+
- [Kucoin JavaScript SDK: kucoin-api](https://www.npmjs.com/package/kucoin-api)
|
|
101
|
+
- [Coinbase JavaScript SDK: coinbase-api](https://www.npmjs.com/package/coinbase-api)
|
|
102
|
+
- [HTX JavaScript SDK: @siebly/htx-api](https://www.npmjs.com/package/@siebly/htx-api)
|
|
101
103
|
- Try my misc utilities:
|
|
102
104
|
- [OrderBooks Node.js: orderbooks](https://www.npmjs.com/package/orderbooks)
|
|
103
105
|
- [Crypto Exchange Account State Cache: accountstate](https://www.npmjs.com/package/accountstate)
|
|
104
106
|
- Check out my examples:
|
|
105
|
-
- [awesome-crypto-examples Node.js](https://github.com/
|
|
107
|
+
- [awesome-crypto-examples Node.js](https://github.com/sieblyio/awesome-crypto-examples)
|
|
106
108
|
<!-- template_related_projects_end -->
|
|
107
109
|
|
|
108
110
|
## Documentation
|
|
@@ -628,7 +630,7 @@ Have my projects helped you? Share the love, there are many ways you can show yo
|
|
|
628
630
|
- Sign up with my referral links:
|
|
629
631
|
- OKX (receive a 20% fee discount!): https://www.okx.com/join/42013004
|
|
630
632
|
- Binance (receive a 20% fee discount!): https://accounts.binance.com/register?ref=OKFFGIJJ
|
|
631
|
-
- HyperLiquid (receive a 4% fee discount!): https://app.hyperliquid.xyz/join/
|
|
633
|
+
- HyperLiquid (receive a 4% fee discount!): https://app.hyperliquid.xyz/join/SIEBLY
|
|
632
634
|
- Gate: https://www.gate.io/signup/NODESDKS?ref_type=103
|
|
633
635
|
|
|
634
636
|
<!---
|
|
@@ -650,6 +652,6 @@ Contributions are encouraged, I will review any incoming pull requests. See the
|
|
|
650
652
|
|
|
651
653
|
## Star History
|
|
652
654
|
|
|
653
|
-
[](https://star-history.com/#sieblyio/bybit-api&sieblyio/okx-api&sieblyio/binance&sieblyio/bitget-api&sieblyio/bitmart-api&sieblyio/gateio-api&sieblyio/kucoin-api&sieblyio/coinbase-api&sieblyio/orderbooks&sieblyio/accountstate&sieblyio/awesome-crypto-examples&Date)
|
|
654
656
|
|
|
655
657
|
<!-- template_star_history_end -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@siebly/kraken-api",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Complete & robust Node.js SDK for Kraken's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"Jerko J (https://github.com/JJ-Cro)"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@types/ws": "
|
|
34
|
-
"axios": "
|
|
35
|
-
"isomorphic-ws": "
|
|
36
|
-
"nanoid": "
|
|
33
|
+
"@types/ws": "8.18.1",
|
|
34
|
+
"axios": "1.18.1",
|
|
35
|
+
"isomorphic-ws": "5.0.0",
|
|
36
|
+
"nanoid": "3.3.18",
|
|
37
37
|
"ws": "8.21.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
@@ -54,6 +54,14 @@
|
|
|
54
54
|
"webpack": "^5.0.0",
|
|
55
55
|
"webpack-cli": "^4.0.0"
|
|
56
56
|
},
|
|
57
|
+
"overrides": {
|
|
58
|
+
"brace-expansion@<2": "1.1.18",
|
|
59
|
+
"brace-expansion@>=2 <3": "2.1.4",
|
|
60
|
+
"brace-expansion@>=5 <6": "5.0.9",
|
|
61
|
+
"fast-uri@>=3 <4": "3.1.5",
|
|
62
|
+
"js-yaml@>=3 <4": "3.15.1",
|
|
63
|
+
"js-yaml@>=4 <5": "4.3.1"
|
|
64
|
+
},
|
|
57
65
|
"keywords": [
|
|
58
66
|
"kraken",
|
|
59
67
|
"kraken api",
|
|
@@ -88,5 +96,5 @@
|
|
|
88
96
|
"bugs": {
|
|
89
97
|
"url": "https://github.com/sieblyio/kraken-api/issues"
|
|
90
98
|
},
|
|
91
|
-
"homepage": "https://
|
|
99
|
+
"homepage": "https://siebly.io/sdk/kraken/javascript"
|
|
92
100
|
}
|