@siebly/kraken-api 1.0.1 → 1.0.2
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 +28 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -80,22 +80,23 @@ Refer to the [examples](./examples) folder for implementation demos, including:
|
|
|
80
80
|
|
|
81
81
|
<!-- template_related_projects -->
|
|
82
82
|
|
|
83
|
-
## Related
|
|
83
|
+
## Related Projects
|
|
84
84
|
|
|
85
85
|
Check out my related JavaScript/TypeScript/Node.js projects:
|
|
86
86
|
|
|
87
|
-
- Try
|
|
88
|
-
- [Bybit
|
|
89
|
-
- [
|
|
90
|
-
- [
|
|
91
|
-
- [
|
|
92
|
-
- [
|
|
93
|
-
- [
|
|
94
|
-
- [
|
|
95
|
-
- [
|
|
87
|
+
- Try our REST API & WebSocket SDKs published on npmjs:
|
|
88
|
+
- [Bybit Node.js SDK: bybit-api](https://www.npmjs.com/package/bybit-api)
|
|
89
|
+
- [Kraken Node.js SDK: @siebly/kraken-api](https://www.npmjs.com/package/coinbase-api)
|
|
90
|
+
- [OKX Node.js SDK: okx-api](https://www.npmjs.com/package/okx-api)
|
|
91
|
+
- [Binance Node.js SDK: binance](https://www.npmjs.com/package/binance)
|
|
92
|
+
- [Gate (gate.com) Node.js SDK: gateio-api](https://www.npmjs.com/package/gateio-api)
|
|
93
|
+
- [Bitget Node.js SDK: bitget-api](https://www.npmjs.com/package/bitget-api)
|
|
94
|
+
- [Kucoin Node.js SDK: kucoin-api](https://www.npmjs.com/package/kucoin-api)
|
|
95
|
+
- [Coinbase Node.js SDK: coinbase-api](https://www.npmjs.com/package/coinbase-api)
|
|
96
|
+
- [Bitmart Node.js SDK: bitmart-api](https://www.npmjs.com/package/bitmart-api)
|
|
96
97
|
- Try my misc utilities:
|
|
97
|
-
- [OrderBooks Node.js](https://www.npmjs.com/package/orderbooks)
|
|
98
|
-
- [Crypto Exchange Account State Cache](https://www.npmjs.com/package/accountstate)
|
|
98
|
+
- [OrderBooks Node.js: orderbooks](https://www.npmjs.com/package/orderbooks)
|
|
99
|
+
- [Crypto Exchange Account State Cache: accountstate](https://www.npmjs.com/package/accountstate)
|
|
99
100
|
- Check out my examples:
|
|
100
101
|
- [awesome-crypto-examples Node.js](https://github.com/tiagosiebler/awesome-crypto-examples)
|
|
101
102
|
<!-- template_related_projects_end -->
|
|
@@ -608,7 +609,21 @@ Have my projects helped you? Share the love, there are many ways you can show yo
|
|
|
608
609
|
- Have an interesting project? Get in touch & invite me to it.
|
|
609
610
|
- Or buy me all the coffee:
|
|
610
611
|
- ETH(ERC20): `0xA3Bda8BecaB4DCdA539Dc16F9C54a592553Be06C` <!-- metamask -->
|
|
611
|
-
|
|
612
|
+
- Sign up with my referral links:
|
|
613
|
+
- OKX (receive a 20% fee discount!): https://www.okx.com/join/42013004
|
|
614
|
+
- Binance (receive a 20% fee discount!): https://accounts.binance.com/register?ref=OKFFGIJJ
|
|
615
|
+
- HyperLiquid (receive a 4% fee discount!): https://app.hyperliquid.xyz/join/SDK
|
|
616
|
+
- Gate: https://www.gate.io/signup/NODESDKS?ref_type=103
|
|
617
|
+
|
|
618
|
+
<!---
|
|
619
|
+
old ones:
|
|
620
|
+
- BTC: `1C6GWZL1XW3jrjpPTS863XtZiXL1aTK7Jk`
|
|
621
|
+
- BTC(SegWit): `bc1ql64wr9z3khp2gy7dqlmqw7cp6h0lcusz0zjtls`
|
|
622
|
+
- ETH(ERC20): `0xe0bbbc805e0e83341fadc210d6202f4022e50992`
|
|
623
|
+
- USDT(TRC20): `TA18VUywcNEM9ahh3TTWF3sFpt9rkLnnQa
|
|
624
|
+
- gate: https://www.gate.io/signup/AVNNU1WK?ref_type=103
|
|
625
|
+
|
|
626
|
+
-->
|
|
612
627
|
<!-- template_contributions_end -->
|
|
613
628
|
|
|
614
629
|
### Contributions & Pull Requests
|
package/package.json
CHANGED