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.
2 parents 7538f86 + b14e3dc commit 97cfbd8Copy full SHA for 97cfbd8
src/websocket-api-client.ts
@@ -897,6 +897,7 @@ export class WebsocketAPIClient {
897
WS_KEY_MAP.usdmWSAPI,
898
'depth',
899
params,
900
+ { authIsOptional: true },
901
);
902
}
903
@@ -913,6 +914,7 @@ export class WebsocketAPIClient {
913
914
915
'ticker.price',
916
917
918
919
920
@@ -927,6 +929,7 @@ export class WebsocketAPIClient {
927
929
928
930
'ticker.book',
931
932
933
934
935
0 commit comments