Creating an api to a third party wss?

Viewed 143

I am trying to get the OPEN HIGH LOW CLOSE prices from a Chart this is the website in question : Website

and this is how the chart looks

enter image description here

after inspecting the flow of communication i noticed it connects to a websocket server

enter image description here

Initiating a socket connection to this link: wss://api-in.pocketoption.com:8095/socket.io/?EIO=3&transport=websocket

gives something like this :

enter image description here

but after the response it closes the connection, Looking at the response i can see there is an sid but cant figure what to do with the sid ?

0 Answers
Related