Kucoin | Connect WebSocket API

Para conectarse a la API WebSocket de Kucoin, simplemente cree un nuevo cliente API de Kucoin y adjúntelo a TsgcWebSocketClient.

Vea a continuación un ejemplo:


oClient := TsgcWebSocketClient.Create(nil);
oKucoin := TsgcWSAPI_Kucoin.Create(nil);
oKucoin.Client := oClient;
oClient.Active := True;