Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "okx-api", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Node.js connector for OKX REST APIs and WebSockets, with TypeScript & integration tests.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -82,3 +82,2 @@ # Node.js & Typescript OKX (OKEX) API SDK | ||
- 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. | ||
- For examples in using the websocket client, check the examples in the repo: | ||
@@ -85,0 +84,0 @@ - Private channels (account data): [examples/ws-private.ts](./examples/ws-private.ts) |
232274
130