Popularity
2.4
Growing
Activity
0.0
Stable
46
6
23

Programming language: C#
License: Apache License 2.0
Tags: API     REST     Exchange     Bitcoin     Cryptocurrency    
Latest version: v1.4.0

cryptocompare-api alternatives and similar packages

Based on the "API" category.
Alternatively, view cryptocompare-api alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cryptocompare-api or a related project?

Add another 'API' Package

README

cryptocompare-api

Build status Codacy Badge NuGet

logo

An async-based CryptoCompare API client library for .NET and .NET Core

Supported platforms

  • .NET Core 1.0
  • .NET Framework 4.5
  • Mono 4.6
  • Xamarin.iOS 10.0
  • Xamarin.Android 7.0
  • Universal Windows Platform 10
  • Windows 8.0
  • Windows Phone 8.1

Installation

This CryptoCompare api wrapper library is available on NuGet

Package manager

Install-Package CryptoCompare

.NET CLI

dotnet add package CryptoCompare

Paket CLI

paket add CryptoCompare

Basic usage

// Using ctor
 var client = new CryptoCompareClient();
 var eth = await client.Coins.SnapshotFullAsync(7605);
 Console.WriteLine(eth.Data.General.Name);

// Using Singleton 
var btc = await CryptoCompareClient.Instance.Coins.SnapshotFullAsync(1182);
Console.WriteLine(eth.Data.General.Name);

Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore --> | monsieurleberre💻 ⚠️ | Anton💻 ⚠️ | cohowap💻 ⚠️ | | :---: | :---: | :---: | <!-- ALL-CONTRIBUTORS-LIST:END -->

License

License

FOSSA Status


*Note that all licence references and agreements mentioned in the cryptocompare-api README section above are relevant to that project's source code only.