WebSocket Support for Skale Nodes

Learn how Blockdaemon provide access to its data API using a standard HTTP API or WebSocket connection.

WebSocket allows websites to update content without having to wait for the user. Unlike other techniques that piggyback on the HTTP protocol, the WebSocket protocol creates an ongoing connection between the user and the web service, allowing information to flow easily between both endpoints.

We provide access to our data API using a standard HTTP API or WebSockets connection.

SKL Nodes WebSocket Testing:

  • You can use the auth token in the header for the WebSocket endpoint.
  • You can use a bearer token in the header for the WebSocket endpoint.
  • WebSocket is using port 8443 and HTTP/1.1.

👋 Need Help?

Contact us through email or our support page for any issues, bugs, or assistance you may need.