Interface IDEXWebSocketToken

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

interface IDEXWebSocketToken {
    token: string;
}

Properties

Properties

token: string

WebSocket subscription authentication token