okx-api 1.0.0 → 1.0.1
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 +0 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -79,7 +79,6 @@ This connector includes a high-performance node.js & typescript websocket client
|
|
|
79
79
|
- Resume producing events as before, without extra handling needed in your logic.
|
|
80
80
|
- The ws client will automatically authenticate if accounts are provided and a private channel is subscribed to.
|
|
81
81
|
- Up to 100 accounts are supported on the private connection, as per the [API docs](https://www.okx.com/docs-v5/en/#websocket-api-login). Authentication is automatic if accounts are provided.
|
|
82
|
-
|
|
83
82
|
- For examples in using the websocket client, check the examples in the repo:
|
|
84
83
|
- Private channels (account data): [examples/ws-private.ts](./examples/ws-private.ts)
|
|
85
84
|
- Public chanels (market data): [examples/ws-public.ts](./examples/ws-public.ts)
|