binance 2.13.3 → 2.13.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 +18 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,14 +60,16 @@ Refer to the [examples](./examples) folder for implementation demos.
|
|
|
60
60
|
- Discuss & collaborate with other node devs? Join our [Node.js Algo Traders](https://t.me/nodetraders) engineering community on telegram.
|
|
61
61
|
- Questions about Binance APIs & WebSockets? Ask in the official [Binance API](https://t.me/binance_api_english) group on telegram.
|
|
62
62
|
|
|
63
|
+
<!-- template_related_projects -->
|
|
64
|
+
|
|
63
65
|
## Related projects
|
|
64
66
|
|
|
65
67
|
Check out my related JavaScript/TypeScript/Node.js projects:
|
|
66
68
|
|
|
67
69
|
- Try my REST API & WebSocket SDKs:
|
|
68
70
|
- [Bybit-api Node.js SDK](https://www.npmjs.com/package/bybit-api)
|
|
69
|
-
- [Binance Node.js SDK](https://www.npmjs.com/package/binance)
|
|
70
71
|
- [Okx-api Node.js SDK](https://www.npmjs.com/package/okx-api)
|
|
72
|
+
- [Binance Node.js SDK](https://www.npmjs.com/package/binance)
|
|
71
73
|
- [Gateio-api Node.js SDK](https://www.npmjs.com/package/gateio-api)
|
|
72
74
|
- [Bitget-api Node.js SDK](https://www.npmjs.com/package/bitget-api)
|
|
73
75
|
- [Bitmart-api Node.js SDK](https://www.npmjs.com/package/bitmart-api)
|
|
@@ -76,6 +78,7 @@ Check out my related JavaScript/TypeScript/Node.js projects:
|
|
|
76
78
|
- [Crypto Exchange Account State Cache](https://www.npmjs.com/package/accountstate)
|
|
77
79
|
- Check out my examples:
|
|
78
80
|
- [awesome-crypto-examples Node.js](https://github.com/tiagosiebler/awesome-crypto-examples)
|
|
81
|
+
<!-- template_related_projects_end -->
|
|
79
82
|
|
|
80
83
|
## Documentation
|
|
81
84
|
|
|
@@ -376,7 +379,7 @@ However, note that browser usage will lead to CORS errors due to Binance.
|
|
|
376
379
|
|
|
377
380
|
---
|
|
378
381
|
|
|
379
|
-
|
|
382
|
+
<!-- template_contributions -->
|
|
380
383
|
|
|
381
384
|
Have my projects helped you? Share the love, there are many ways you can show your thanks:
|
|
382
385
|
|
|
@@ -386,12 +389,23 @@ Have my projects helped you? Share the love, there are many ways you can show yo
|
|
|
386
389
|
- Or buy me all the coffee:
|
|
387
390
|
- ETH(ERC20): `0xA3Bda8BecaB4DCdA539Dc16F9C54a592553Be06C` <!-- metamask -->
|
|
388
391
|
|
|
389
|
-
|
|
392
|
+
<!---
|
|
393
|
+
old ones:
|
|
394
|
+
- BTC: `1C6GWZL1XW3jrjpPTS863XtZiXL1aTK7Jk`
|
|
395
|
+
- BTC(SegWit): `bc1ql64wr9z3khp2gy7dqlmqw7cp6h0lcusz0zjtls`
|
|
396
|
+
- ETH(ERC20): `0xe0bbbc805e0e83341fadc210d6202f4022e50992`
|
|
397
|
+
- USDT(TRC20): `TA18VUywcNEM9ahh3TTWF3sFpt9rkLnnQa
|
|
398
|
+
-->
|
|
399
|
+
<!-- template_contributions_end -->
|
|
390
400
|
|
|
391
401
|
### Contributions & Pull Requests
|
|
392
402
|
|
|
393
403
|
Contributions are encouraged, I will review any incoming pull requests. See the issues tab for todo items.
|
|
394
404
|
|
|
405
|
+
<!-- template_star_history -->
|
|
406
|
+
|
|
395
407
|
## Star History
|
|
396
408
|
|
|
397
|
-
[](https://star-history.com/#tiagosiebler/bybit-api&tiagosiebler/okx-api&tiagosiebler/binance&tiagosiebler/bitget-api&tiagosiebler/bitmart-api&tiagosiebler/gateio-api&tiagosiebler/kucoin-api&tiagosiebler/orderbooks&tiagosiebler/accountstate&tiagosiebler/awesome-crypto-examples&Date)
|
|
410
|
+
|
|
411
|
+
<!-- template_star_history_end -->
|
package/package.json
CHANGED