bybit-api 4.1.12 → 4.1.13
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,6 +22,11 @@
|
|
|
22
22
|
Professional Node.js, JavaScript & TypeScript SDK for the Bybit REST APIs, WebSocket APIs & WebSocket Events:
|
|
23
23
|
|
|
24
24
|
- Complete integration with all Bybit REST APIs & WebSockets, including the WebSocket API.
|
|
25
|
+
- Higher API rate limits than the highest VIP tier!
|
|
26
|
+
- All API requests made with this SDK are automatically subject to significantly higher rate limits.
|
|
27
|
+
- Rate limits are raised to 400 requests per second, higher than the highest VIP tier.
|
|
28
|
+
- No action required. This is automatic for any API calls made with this SDK, for any user.
|
|
29
|
+
- Read more in the announcement: [here](https://github.com/tiagosiebler/bybit-api/issues/458).
|
|
25
30
|
- Actively maintained with a modern, promise-driven interface.
|
|
26
31
|
- TypeScript support (thorough type declarations for most API requests & responses, including WS API).
|
|
27
32
|
- JavaScript support (TypeScript not required but definitely recommended).
|
package/package.json
CHANGED