Hi Pythians,
Is there any documentation available for the /ws WebSocket endpoint?
https://www.pyth.network/pyth-price-feeds opens a connection to wss://hermes.pyth.network/ws and sends the following message:
{"ids":[…],"type":"subscribe"}
The “why”: I want to see if it’s possible to replace our current usage of SSE (/v2/updates/price/stream) to have VAA bytes/price updates pushed down a bit faster.
Thanks!