You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Team i am trying to fetch some data from web socket api but whenever i hit the request it says data: {code: 400, message: 'Invalid request: could not parse message'} and here's my code
this[connection] = new WebSocket( wss://stream.wazirx.com/stream ); this[connection].onmessage = (evt) => { this[connection].send({event:'subscribe',streams:['btcinr@trade']}) let eventData = JSON.parse(evt.data)}
The text was updated successfully, but these errors were encountered:
Hi, Team i am trying to fetch some data from web socket api but whenever i hit the request it says
data: {code: 400, message: 'Invalid request: could not parse message'}
and here's my codethis[connection] = new WebSocket( wss://stream.wazirx.com/stream ); this[connection].onmessage = (evt) => { this[connection].send({event:'subscribe',streams:['btcinr@trade']}) let eventData = JSON.parse(evt.data)}
The text was updated successfully, but these errors were encountered: