JakubDuch7790 / WatchDogs

0 stars 0 forks source link

[SPIKE] Investigate connecting to DxTrade WebSocket push API #5

Closed martinbalucha closed 1 month ago

martinbalucha commented 2 months ago

Investigate how to connect to DxTrade PushAPI and receive notifications about the incoming deals.

Have a look at this class https://learn.microsoft.com/en-us/dotnet/api/system.net.websockets.clientwebsocket?view=net-8.0. See also its use in https://stackoverflow.com/a/65761228.

For connecting to DxTrade push API, see https://github.com/zLeki/DXTrade-Python-Demo/blob/main/main.py#L70.

AC: summary will be written in comments under this task

P.S.: SPIKE means that this is an investigation task that does not contain an actual implementation but only a knowledge summary or proof of concept (POC) in code that will be extended and refined in future tasks.