binance 2.11.3 → 2.11.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 +32 -20
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,21 @@
1
1
  # Node.js & JavaScript SDK for Binance REST APIs & WebSockets
2
2
 
3
3
  [![Build & Test](https://github.com/tiagosiebler/binance/actions/workflows/test.yml/badge.svg)](https://github.com/tiagosiebler/binance/actions/workflows/test.yml)
4
- [![npm version](https://img.shields.io/npm/v/binance)][1] [![npm size](https://img.shields.io/bundlephobia/min/binance/latest)][1] [![npm downloads](https://img.shields.io/npm/dt/binance)][1]
4
+ [![npm version](https://img.shields.io/npm/v/binance)][1]
5
+ [![npm size](https://img.shields.io/bundlephobia/min/binance/latest)][1]
6
+ [![npm downloads](https://img.shields.io/npm/dt/binance)][1]
5
7
  [![last commit](https://img.shields.io/github/last-commit/tiagosiebler/binance)][1]
6
8
  [![CodeFactor](https://www.codefactor.io/repository/github/tiagosiebler/binance/badge)](https://www.codefactor.io/repository/github/tiagosiebler/binance)
9
+ [![Telegram](https://img.shields.io/badge/chat-on%20telegram-blue.svg)](https://t.me/nodetraders)
7
10
 
8
- [![connector logo](https://github.com/tiagosiebler/binance/blob/master/docs/images/logo2.png?raw=true)][1]
11
+ <p align="center">
12
+ <a href="https://www.npmjs.com/package/binance">
13
+ <picture>
14
+ <source media="(prefers-color-scheme: dark)" srcset="https://github.com/tiagosiebler/binance/blob/master/docs/images/logoDarkMode2.svg?raw=true#gh-dark-mode-only">
15
+ <img alt="SDK Logo" src="https://github.com/tiagosiebler/binance/blob/master/docs/images/logoBrightMode2.svg?raw=true#gh-light-mode-only">
16
+ </picture>
17
+ </a>
18
+ </p>
9
19
 
10
20
  [1]: https://www.npmjs.com/package/binance
11
21
 
@@ -52,24 +62,27 @@ Refer to the [examples](./examples) folder for implementation demos.
52
62
 
53
63
  ## Related projects
54
64
 
55
- Check out my related projects:
65
+ Check out my related JavaScript/TypeScript/Node.js projects:
56
66
 
57
- - Try my connectors:
58
- - [binance](https://www.npmjs.com/package/binance)
59
- - [bybit-api](https://www.npmjs.com/package/bybit-api)
60
- - [okx-api](https://www.npmjs.com/package/okx-api)
61
- - [bitget-api](https://www.npmjs.com/package/bitget-api)
62
- - [ftx-api](https://www.npmjs.com/package/ftx-api)
67
+ - Try my REST API & WebSocket SDKs:
68
+ - [Bybit-api Node.js SDK](https://www.npmjs.com/package/bybit-api)
69
+ - [Binance Node.js SDK](https://www.npmjs.com/package/binance)
70
+ - [Okx-api Node.js SDK](https://www.npmjs.com/package/okx-api)
71
+ - [Gateio-api Node.js SDK](https://www.npmjs.com/package/gateio-api)
72
+ - [Bitget-api Node.js SDK](https://www.npmjs.com/package/bitget-api)
73
+ - [Bitmart-api Node.js SDK](https://www.npmjs.com/package/bitmart-api)
63
74
  - Try my misc utilities:
64
- - [orderbooks](https://www.npmjs.com/package/orderbooks)
75
+ - [OrderBooks Node.js](https://www.npmjs.com/package/orderbooks)
76
+ - [Crypto Exchange Account State Cache](https://www.npmjs.com/package/accountstate)
65
77
  - Check out my examples:
66
- - [awesome-crypto-examples](https://github.com/tiagosiebler/awesome-crypto-examples)
78
+ - [awesome-crypto-examples Node.js](https://github.com/tiagosiebler/awesome-crypto-examples)
67
79
 
68
80
  ## Documentation
69
81
 
70
82
  Most methods accept JS objects. These can be populated using parameters specified by Binance's API documentation.
71
83
 
72
84
  - [Binance API Documentation](https://binance-docs.github.io/apidocs/)
85
+ - [TSDoc Documentation (autogenerated using typedoc)](https://tsdocs.dev/docs/binance)
73
86
 
74
87
  ## Structure
75
88
 
@@ -356,16 +369,15 @@ However, note that browser usage will lead to CORS errors due to Binance.
356
369
 
357
370
  ## Contributions & Thanks
358
371
 
359
- ### Donations
372
+ Have my projects helped you? Share the love, there are many ways you can show your thanks:
360
373
 
361
- #### tiagosiebler
374
+ - Star & share my projects.
375
+ - Are my projects useful? Sponsor me on Github and support my effort to maintain & improve them: https://github.com/sponsors/tiagosiebler
376
+ - Have an interesting project? Get in touch & invite me to it.
377
+ - Or buy me all the coffee:
378
+ - ETH(ERC20): `0xA3Bda8BecaB4DCdA539Dc16F9C54a592553Be06C` <!-- metamask -->
362
379
 
363
- If you found this project interesting or useful, do consider [sponsoring me](https://github.com/sponsors/tiagosiebler) on github or registering with my [referral link](https://accounts.binance.com/en/register?ref=IVRLUZJO). Thank you!
364
-
365
- Or buy me a coffee using any of these:
366
-
367
- - BTC: `1C6GWZL1XW3jrjpPTS863XtZiXL1aTK7Jk`
368
- - ETH (ERC20): `0xd773d8e6a50758e1ada699bb6c4f98bb4abf82da`
380
+ For more ways to give thanks & support my efforts, visit [Contributions & Thanks](https://github.com/tiagosiebler/awesome-crypto-examples/wiki/Contributions-&-Thanks)!
369
381
 
370
382
  ### Contributions & Pull Requests
371
383
 
@@ -373,4 +385,4 @@ Contributions are encouraged, I will review any incoming pull requests. See the
373
385
 
374
386
  ## Star History
375
387
 
376
- [![Star History Chart](https://api.star-history.com/svg?repos=tiagosiebler/bitget-api,tiagosiebler/ftx-api,tiagosiebler/bybit-api,tiagosiebler/binance,tiagosiebler/orderbooks,tiagosiebler/okx-api,tiagosiebler/awesome-crypto-examples&type=Date)](https://star-history.com/#tiagosiebler/ftx-api&tiagosiebler/bitget-api&tiagosiebler/bybit-api&tiagosiebler/binance&tiagosiebler/orderbooks&tiagosiebler/okx-api&tiagosiebler/awesome-crypto-examples&Date)
388
+ [![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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.11.3",
3
+ "version": "2.11.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",