Coinigy / api

Coinigy API Examples
162 stars 65 forks source link

Cant see results from TICKER channel(C# code) #14

Closed freezepro closed 6 years ago

freezepro commented 6 years ago

Could you please provide how to call properly(TICKER) also receive All Markets?

Doing this: var cn = _scc.CreateChannel("TICKER").Subscribe(); cn.OnMessage(TradeData); or this var cn0 = _scc.CreateChannel("TICKER-BTRX--ETH--BTC").Subscribe(); cn0.OnMessage(TradeData);

but it doesn't work

robborden commented 6 years ago

Please see this blogpost for details:

https://blog.coinigy.com/2017/07/cryptoticker-updated-ticker-websocket-channel-to-be-deprecated/