How can I stream Bitstamp's websocket?
zlwolf236 opened this issue · 1 comments
zlwolf236 commented
I just couldn't figure out how to hook myself to bitstamp's websocket. Please help and it will be very very much appreciated! Thank You
callum-oakley commented
Pusher libraries are either "http" or "websocket". This is a http library, so you can use it to trigger events and authenticate private channels, but you can't use it to subscribe to websockets. For a list of our websocket libraries see here.