qadirp
Results
1
issues of
qadirp
I added these lines in my app.js ```let poloniex = new Poloniex(keysObject['apikey'], keysObject['apisecret']); // values are coming I checked after logging poloniex.openWebSocket(); poloniex.subscribe('accountNotifications'); poloniex.on('message', (channelName, data) => { if (channelName...