CoinCapPricesWSClient Class

The CoinCap prices endpoint is the most accurate source of real-time changes to the global price of an asset. Each time the system receives data that moves the global price in one direction or another, this change is immediately published through the websocket. These prices correspond with the values shown in /assets - a value that may change several times per second based on market activity. Implements the IDisposable

Namespace:  CoinCapApi
Assembly:  CoinCapApi (in CoinCapApi.dll)

Syntax


public class CoinCapPricesWSClient : IDisposable
Public Class CoinCapPricesWSClient _
	Implements IDisposable

Inheritance Hierarchy


Object
  CoinCapApi..::..CoinCapPricesWSClient