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.
Files changed (2) hide show
  1. package/README.md +18 -4
  2. 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
- ## Contributions & Thanks
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
- For more ways to give thanks & support my efforts, visit [Contributions & Thanks](https://github.com/tiagosiebler/awesome-crypto-examples/wiki/Contributions-&-Thanks)!
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
- [![Star History Chart](https://api.star-history.com/svg?repos=tiagosiebler/bybit-api,tiagosiebler/binance,tiagosiebler/orderbooks,tiagosiebler/okx-api,tiagosiebler/bitget-api,tiagosiebler/awesome-crypto-examples,tiagosiebler/bitmart-api,tiagosiebler/gateio-api&type=Date)](https://star-history.com/#tiagosiebler/bybit-api&tiagosiebler/binance&tiagosiebler/orderbooks&tiagosiebler/okx-api&tiagosiebler/bitget-api&tiagosiebler/awesome-crypto-examples&tiagosiebler/bitmart-api&tiagosiebler/gateio-api&Date)
409
+ [![Star History Chart](https://api.star-history.com/svg?repos=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&type=Date)](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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.13.3",
3
+ "version": "2.13.4",
4
4
  "description": "Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",