Thanks for this plug-in.
I'm trying to use it getting market data from websocket. But I'm not able to get the connection done, because I think the issue is with the authentication process in order to create the connection, that is not possible with the websocket API plug-in.
Websocket connections must be authenticated by signing the request and sending the signature in HTTP headers.
How can I do this in your plug-in ? I'm only able to put headers as the connection is already created, that can't work in my case.
Dear Golioth,
Thanks for this plug-in. I'm trying to use it getting market data from websocket. But I'm not able to get the connection done, because I think the issue is with the authentication process in order to create the connection, that is not possible with the websocket API plug-in. Websocket connections must be authenticated by signing the request and sending the signature in HTTP headers. How can I do this in your plug-in ? I'm only able to put headers as the connection is already created, that can't work in my case.
Thank you.