Closed BennyAlex closed 5 years ago
According to README file your code should be like this
const websocket = new Gdax.WebsocketClient(
['ETH-BTC'],
'wss://ws-feed.pro.coinbase.com',
null,
{ channels: ['ticker'] }
);
Thanks @vansergen!
Hello, I try to subscribe to the ticker channel with the Websocketclient, but I just get something like that:
My code: