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.
- package/README.md +32 -20
- 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
|
[](https://github.com/tiagosiebler/binance/actions/workflows/test.yml)
|
|
4
|
-
[][1]
|
|
4
|
+
[][1]
|
|
5
|
+
[][1]
|
|
6
|
+
[][1]
|
|
5
7
|
[][1]
|
|
6
8
|
[](https://www.codefactor.io/repository/github/tiagosiebler/binance)
|
|
9
|
+
[](https://t.me/nodetraders)
|
|
7
10
|
|
|
8
|
-
|
|
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
|
|
58
|
-
- [
|
|
59
|
-
- [
|
|
60
|
-
- [
|
|
61
|
-
- [
|
|
62
|
-
- [
|
|
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
|
-
- [
|
|
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
|
-
|
|
372
|
+
Have my projects helped you? Share the love, there are many ways you can show your thanks:
|
|
360
373
|
|
|
361
|
-
|
|
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
|
-
|
|
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
|
-
[](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