S
S
Saind2019-02-17 16:10:13
.NET
Saind, 2019-02-17 16:10:13

How to connect and get data from exmo.me websocket in C#?

Hello.
The site exmo.me sends data about currency changes via websocket "wss://ws.exmoney.com/connection/websocket".
I understood this when I got to the Network tab of the page https://exmo.me/ru/trade The 5c695ab25e8c6403779262.pngquestion is how to get this data . As I understand it, you need to write a websocket client.
I tried to put the link "wss://ws.exmoney.com/connection/websocket" into the ready-made client examples, of course, nothing worked))).
Please help me get the data.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Denis Gaydak, 2019-02-17
@Saind

https://exmo.me/ru/api#/public_api
so they have a ready api with examples. Isn't there a course you need?
and even if not, then perhaps it will still be easier to write in support than to dig out their websocket communication protocol)

D
Dmitry Bashinsky, 2019-02-18
@BashkaMen

I used this lib, it's simple and there are tons of examples.
https://www.nuget.org/packages/WebSocketSharp/1.0.... A
bunch of analogues
https://www.nuget.org/packages?q=websocket

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question