We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fa8b4 commit bab9e2aCopy full SHA for bab9e2a
src/kraken/spot/websocket/__init__.py
@@ -58,7 +58,7 @@ class SpotWSClientBase(SpotAsyncClient):
58
"""
59
60
LOG: logging.Logger = logging.getLogger(__name__)
61
- WS_URL: str = "wss://wss.kraken.com"
+ WS_URL: str = "wss://ws.kraken.com"
62
AUTH_WS_URL: str = "wss://ws-auth.kraken.com"
63
# Changing this can cause errors, as this class is designed for v2.
64
API_V: str = "/v2"
0 commit comments