Interface KumaWebSocketToken

Returns a single-use authentication token for access to private subscriptions in the WebSocket API.

interface KumaWebSocketToken {
    token: string;
}

Properties

Properties

token: string

WebSocket subscription authentication token