We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04da8fb commit bf8d80aCopy full SHA for bf8d80a
README.md
@@ -256,7 +256,7 @@ Example:
256
import Poloniex from 'poloniex-api-node'
257
const poloniex = new Poloniex({ apiKey: 'myKey', apiSecret: 'mySecret' })
258
259
-// Create a new WebSocket connected to public endpoint. The WebSocket should not reconnect if disconnected.
+// Create a new WebSocket connected to private endpoint.
260
const ws = poloniex.newAuthenticatedWebSocket()
261
262
// Specify event handlers
0 commit comments