admin_startWS
The startWS is an administrative method that starts an WebSocket based JSON RPC API webserver to handle client requests.
The method returns a boolean flag specifying whether the WebSocket RPC listener was opened or not. Please note, only one WebSocket endpoint is allowed to be active at any time.
JSONRPC: admin_startWS
Request
Responses
- 200
true if the WebSocket RPC listener was opened, false if not.