Request Avail light client version data
Request light client and network version information over the WebSocket connection.
Note
While the
SubscriptionID generated by your Light Client is unique, and you need it to initially connect to the client,
you can use ANY UUID4 number
as the request_id in your request.{"topic":"version","request_id":"4a482bb0-3c22-475d-a2b8-af1c27aa2636","message":{"version":"v1.12.4","network_version":"2.2.1-4f0439f4448"}}{"topic":"version","request_id":"4a482bb0-3c22-475d-a2b8-af1c27aa2636","message":{"version":"v1.7.10","network_version":"1.10"}}How is this guide?