CoinCapApi Namespace
Classes
Class | Description | |
---|---|---|
![]() |
CoinCapClient |
Create an instance of this class to access the API methods. Methods and parameters are named as specified in the official CoinCap API documentation (Ex: API call '/rates/{id}' translates to 'CoinCapClient.Rates.GetRateAsync({id})'). By default response caching is enabled. To disable it set IsCacheEnabled to false. Implements the IDisposable |
![]() |
CoinCapPricesWSClient |
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
|
![]() |
CoinCapTradesWSClient |
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
|
![]() |
Constants |