chore(): update default logger examples
This commit is contained in:
@@ -63,7 +63,6 @@ Node.js, JavaScript & TypeScript SDK for the Bybit REST APIs and WebSockets:
|
||||
- [WebSockets](#websockets)
|
||||
- [WebSocket Subscriptions - Consuming Events](#websocket-subscriptions---consuming-events)
|
||||
- [Websocket API - Sending Orders via WebSockets](#websocket-api---sending-orders-via-websockets)
|
||||
- [Specifying Other Markets](#specifying-other-markets)
|
||||
- [Consumer Load Balancing](#balancing-load-across-multiple-connections)
|
||||
|
||||
## Additional Features
|
||||
@@ -485,14 +484,6 @@ See the [examples/ws-api-promises.ts](./examples/ws-api-promises.ts) example for
|
||||
|
||||
---
|
||||
|
||||
### Specifying other markets
|
||||
|
||||
The WebsocketClient can be configured to a specific API group using the market parameter. These are the currently available API groups:
|
||||
| API Category | Market | Description |
|
||||
|:----------------------------: |:-------------------: |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| V5 Subscriptions | `market: 'v5'` | The [v5](https://bybit-exchange.github.io/docs/v5/ws/connect) websocket topics for all categories under one market. Use the subscribeV5 method when subscribing to v5 topics. |
|
||||
|
||||
|
||||
### Balancing load across multiple connections
|
||||
|
||||
The WebsocketClient will automatically prepare one connection per API group, for all topics in that API group. Any topics that you subscribe to on that WebSocket client will automatically be added to the same connection.
|
||||
|
||||
Reference in New Issue
Block a user