chore(v4.1.13): bump dependency. Update readme with rate limits note.

This commit is contained in:
tiagosiebler
2025-06-27 11:31:52 +01:00
parent 2d9780b8a0
commit e7c91e179a
3 changed files with 22 additions and 15 deletions

View File

@@ -22,6 +22,11 @@
Professional Node.js, JavaScript & TypeScript SDK for the Bybit REST APIs, WebSocket APIs & WebSocket Events:
- Complete integration with all Bybit REST APIs & WebSockets, including the WebSocket API.
- Higher API rate limits than the highest VIP tier!
- All API requests made with this SDK are automatically subject to significantly higher rate limits.
- Rate limits are raised to 400 requests per second, higher than the highest VIP tier.
- No action required. This is automatic for any API calls made with this SDK, for any user.
- Read more in the announcement: [here](https://github.com/tiagosiebler/bybit-api/issues/458).
- Actively maintained with a modern, promise-driven interface.
- TypeScript support (thorough type declarations for most API requests & responses, including WS API).
- JavaScript support (TypeScript not required but definitely recommended).