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 ad520ee commit a3600ddCopy full SHA for a3600dd
examples/ws-api-client.ts
@@ -105,7 +105,7 @@ async function start() {
105
* Also optional, as for spot. Keep in mind the first parameter (wsKey) might vary depending on which WS URL is needed.
106
*/
107
// console.log(new Date(), 'Authenticating in advance...');
108
- await client.getWSClient().connectWSAPI('perpFuturesUSDTV4');
+ // await client.getWSClient().connectWSAPI('perpFuturesUSDTV4');
109
// await client.getWSClient().connectWSAPI('perpFuturesBTCV4');
110
// await client.getWSClient().connectWSAPI('deliveryFuturesUSDTV4');
111
0 commit comments