The user's API Key for the account they wish to make authenticated subscriptions with, this is used to retrieve a WebSocket Token that can be used to authenticate the connection.
Used to compute HMAC signature when refreshing the WebSocket Token
The wallet that should be used when subscribing to authenticated channels.
Providing the
auth
property to the WebSocketClient constructor will allow you to make authenticated subscriptions using the subscribeAuthenticated methodExample
See
parent WebSocketClientOptions