CoinCapTradesWSClient Class
The CoinCap trade websocket streams trades from other cryptocurrency exchange websockets. Users must select a specific exchange. In the /exchanges endpoint users can determine if an exchange has a socket available by noting response 'socket':true/false. See an example in the /exchanges endpoint documentation above. The trades websocket is the only way to receive individual trade data through CoinCap.
Implements the IDisposable
Namespace:
CoinCapApiAssembly: CoinCapApi (in CoinCapApi.dll)
Syntax
public class CoinCapTradesWSClient : IDisposable
Public Class CoinCapTradesWSClient _ Implements IDisposable