Answer the question
In order to leave comments, you need to log in
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 question 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
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)
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 questionAsk a Question
731 491 924 answers to any question