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 7538f86 commit b14e3dcCopy full SHA for b14e3dc
1 file changed
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