bitget-api 3.0.11 → 3.0.12
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 +20 -12
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -91,22 +91,23 @@ Refer to the [examples](./examples) folder for implementation demos.
|
|
|
91
91
|
|
|
92
92
|
<!-- template_related_projects -->
|
|
93
93
|
|
|
94
|
-
## Related
|
|
94
|
+
## Related Projects
|
|
95
95
|
|
|
96
96
|
Check out my related JavaScript/TypeScript/Node.js projects:
|
|
97
97
|
|
|
98
|
-
- Try
|
|
99
|
-
- [Bybit
|
|
100
|
-
- [
|
|
101
|
-
- [
|
|
102
|
-
- [
|
|
103
|
-
- [
|
|
104
|
-
- [
|
|
105
|
-
- [
|
|
106
|
-
- [
|
|
98
|
+
- Try our REST API & WebSocket SDKs published on npmjs:
|
|
99
|
+
- [Bybit Node.js SDK: bybit-api](https://www.npmjs.com/package/bybit-api)
|
|
100
|
+
- [Kraken Node.js SDK: @siebly/kraken-api](https://www.npmjs.com/package/coinbase-api)
|
|
101
|
+
- [OKX Node.js SDK: okx-api](https://www.npmjs.com/package/okx-api)
|
|
102
|
+
- [Binance Node.js SDK: binance](https://www.npmjs.com/package/binance)
|
|
103
|
+
- [Gate (gate.com) Node.js SDK: gateio-api](https://www.npmjs.com/package/gateio-api)
|
|
104
|
+
- [Bitget Node.js SDK: bitget-api](https://www.npmjs.com/package/bitget-api)
|
|
105
|
+
- [Kucoin Node.js SDK: kucoin-api](https://www.npmjs.com/package/kucoin-api)
|
|
106
|
+
- [Coinbase Node.js SDK: coinbase-api](https://www.npmjs.com/package/coinbase-api)
|
|
107
|
+
- [Bitmart Node.js SDK: bitmart-api](https://www.npmjs.com/package/bitmart-api)
|
|
107
108
|
- Try my misc utilities:
|
|
108
|
-
- [OrderBooks Node.js](https://www.npmjs.com/package/orderbooks)
|
|
109
|
-
- [Crypto Exchange Account State Cache](https://www.npmjs.com/package/accountstate)
|
|
109
|
+
- [OrderBooks Node.js: orderbooks](https://www.npmjs.com/package/orderbooks)
|
|
110
|
+
- [Crypto Exchange Account State Cache: accountstate](https://www.npmjs.com/package/accountstate)
|
|
110
111
|
- Check out my examples:
|
|
111
112
|
- [awesome-crypto-examples Node.js](https://github.com/tiagosiebler/awesome-crypto-examples)
|
|
112
113
|
<!-- template_related_projects_end -->
|
|
@@ -619,6 +620,11 @@ Have my projects helped you? Share the love, there are many ways you can show yo
|
|
|
619
620
|
- Have an interesting project? Get in touch & invite me to it.
|
|
620
621
|
- Or buy me all the coffee:
|
|
621
622
|
- ETH(ERC20): `0xA3Bda8BecaB4DCdA539Dc16F9C54a592553Be06C` <!-- metamask -->
|
|
623
|
+
- Sign up with my referral links:
|
|
624
|
+
- OKX (receive a 20% fee discount!): https://www.okx.com/join/42013004
|
|
625
|
+
- Binance (receive a 20% fee discount!): https://accounts.binance.com/register?ref=OKFFGIJJ
|
|
626
|
+
- HyperLiquid (receive a 4% fee discount!): https://app.hyperliquid.xyz/join/SDK
|
|
627
|
+
- Gate: https://www.gate.io/signup/NODESDKS?ref_type=103
|
|
622
628
|
|
|
623
629
|
<!---
|
|
624
630
|
old ones:
|
|
@@ -626,6 +632,8 @@ old ones:
|
|
|
626
632
|
- BTC(SegWit): `bc1ql64wr9z3khp2gy7dqlmqw7cp6h0lcusz0zjtls`
|
|
627
633
|
- ETH(ERC20): `0xe0bbbc805e0e83341fadc210d6202f4022e50992`
|
|
628
634
|
- USDT(TRC20): `TA18VUywcNEM9ahh3TTWF3sFpt9rkLnnQa
|
|
635
|
+
- gate: https://www.gate.io/signup/AVNNU1WK?ref_type=103
|
|
636
|
+
|
|
629
637
|
-->
|
|
630
638
|
<!-- template_contributions_end -->
|
|
631
639
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bitget-api",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.12",
|
|
4
4
|
"description": "Complete Node.js & JavaScript SDK for Bitget V1-V3 REST APIs & WebSockets, with TypeScript & end-to-end tests.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"test": "jest",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"author": "Tiago Siebler (https://github.com/tiagosiebler)",
|
|
35
35
|
"contributors": [],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"axios": "^1.13.
|
|
37
|
+
"axios": "^1.13.2",
|
|
38
38
|
"isomorphic-ws": "^5.0.0",
|
|
39
39
|
"ws": "^8.18.3"
|
|
40
40
|
},
|