Websocket System time
Access
Route path: /time
Subscriptions
After successfully establishing a connection with the Websocket Server, the Websocket Client sends the following request to subscribe to a specific topic:
{ "Params": "" }
After a successful subscription, the Websocket Client will receive a confirmation message:
{ "Result": "123412412" } After that, once the subscribed data is updated, the Websocket Client will receive the update message pushed by the Server