Coinbase WebSocket API'sine bağlanmak için, yalnızca yeni bir Coinbase API istemcisi oluşturun ve TsgcWebSocketClient'a ekleyin. Aşağıdaki örneğe bakın:
oClient := TsgcWebSocketClient.Create(nil);
oCoinbase := TsgcWSAPI_Coinbase.Create(nil);
oCoinbase.Client := oClient;
oClient.Active := True;