VOOZH about

URL: https://www.nuget.org/packages/CoinGecko.Net

⇱ NuGet Gallery | CoinGecko.Net 5.12.0




👁 Image
CoinGecko.Net 5.12.0

dotnet add package CoinGecko.Net --version 5.12.0
 
 
NuGet\Install-Package CoinGecko.Net -Version 5.12.0
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CoinGecko.Net" Version="5.12.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CoinGecko.Net" Version="5.12.0" />
 
Directory.Packages.props
<PackageReference Include="CoinGecko.Net" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CoinGecko.Net --version 5.12.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CoinGecko.Net, 5.12.0"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CoinGecko.Net@5.12.0
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CoinGecko.Net&version=5.12.0
 
Install as a Cake Addin
#tool nuget:?package=CoinGecko.Net&version=5.12.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

CoinGecko.Net

👁 .NET

CoinGecko.Net is a strongly typed client library for accessing the CoinGecko REST API. All data is mapped to readable models and enum values.

Supported Frameworks

The library is targeting both .NET Standard 2.0 and .NET Standard 2.1 for optimal compatibility, as well as dotnet 8.0 and 9.0 to use the latest framework features.

.NET implementation Version Support
.NET Core 2.0 and higher
.NET Framework 4.6.1 and higher
Mono 5.4 and higher
Xamarin.iOS 10.14 and higher
Xamarin.Android 8.0 and higher
UWP 10.0.16299 and higher
Unity 2018.1 and higher

Install the library

NuGet

👁 NuGet version
👁 Nuget downloads

dotnet add package CoinGecko.Net

GitHub packages

CoinGecko.Net is available on GitHub packages. You'll need to add https://nuget.pkg.github.com/JKorf/index.json as a NuGet package source.

Download release

👁 GitHub Release

The NuGet package files are added along side the source with the latest GitHub release which can found here.

How to use

REST Endpoints

// Get the ETH price via rest request
var tickerResult = await restClient.Api.GetMarketsAsync("USD");
var lastPrice = tickerResult.Data.Single(x => x.Name == "Ethereum").CurrentPrice;
Console.ReadLine();

For information on the clients, dependency injection, response processing and more see the CoinGecko.Net documentation or have a look at the examples here or here.

CryptoExchange.Net

CoinGecko.Net is based on the CryptoExchange.Net base library. Other exchange API implementations based on the CryptoExchange.Net base library are available and follow the same logic.

CryptoExchange.Net also allows for easy access to different exchange API's.

Exchange Repository Nuget
Aster JKorf/Aster.Net 👁 Nuget version
Binance JKorf/Binance.Net 👁 Nuget version
BingX JKorf/BingX.Net 👁 Nuget version
Bitfinex JKorf/Bitfinex.Net 👁 Nuget version
Bitget JKorf/Bitget.Net 👁 Nuget version
BitMart JKorf/BitMart.Net 👁 Nuget version
BitMEX JKorf/BitMEX.Net 👁 Nuget version
Bitstamp JKorf/Bitstamp.Net 👁 Nuget version
BloFin JKorf/BloFin.Net 👁 Nuget version
Bybit JKorf/Bybit.Net 👁 Nuget version
Coinbase JKorf/Coinbase.Net 👁 Nuget version
CoinEx JKorf/CoinEx.Net 👁 Nuget version
CoinW JKorf/CoinW.Net 👁 Nuget version
Crypto.com JKorf/CryptoCom.Net 👁 Nuget version
DeepCoin JKorf/DeepCoin.Net 👁 Nuget version
Gate.io JKorf/GateIo.Net 👁 Nuget version
HTX JKorf/HTX.Net 👁 Nuget version
HyperLiquid JKorf/HyperLiquid.Net 👁 Nuget version
Kraken JKorf/Kraken.Net 👁 Nuget version
Kucoin JKorf/Kucoin.Net 👁 Nuget version
Mexc JKorf/Mexc.Net 👁 Nuget version
OKX JKorf/OKX.Net 👁 Nuget version
Polymarket JKorf/Polymarket.Net 👁 Nuget version
Toobit JKorf/Toobit.Net 👁 Nuget version
Upbit JKorf/Upbit.Net 👁 Nuget version
Weex JKorf/Weex.Net 👁 Nuget version
WhiteBit JKorf/WhiteBit.Net 👁 Nuget version
XT JKorf/XT.Net 👁 Nuget version

Discord

👁 Nuget version

A Discord server is available here. Feel free to join for discussion and/or questions around the CryptoExchange.Net and implementation libraries.

Supported functionality

Note that only the public endpoints are supported, but setting API key is supported and the correct API urls will be selected.

V3 API

API Supported Location
Ping restClient.Api
Key restClient.Api
Simple restClient.Api
Coins restClient.Api
Contract restClient.Api
Asset Platforms restClient.Api
Categories restClient.Api
Exchanges restClient.Api
Derivatives restClient.Api
Nfts restClient.Api
Exchange Rates restClient.Api
Search restClient.Api
Trending restClient.Api
Global restClient.Api
Companies restClient.Api

Support the project

Any support is greatly appreciated.

Donate

Make a one time donation in a crypto currency of your choice. If you prefer to donate a currency not listed here please contact me.

Btc: bc1q277a5n54s2l2mzlu778ef7lpkwhjhyvghuv8qf
Eth: 0xcb1b63aCF9fef2755eBf4a0506250074496Ad5b7
USDT (TRX) TKigKeJPXZYyMVDgMyXxMf17MWYia92Rjd

Sponsor

Alternatively, sponsor me on Github using Github Sponsors.

Release notes

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp2.0 netcoreapp2.0 was computed.  netcoreapp2.1 netcoreapp2.1 was computed.  netcoreapp2.2 netcoreapp2.2 was computed.  netcoreapp3.0 netcoreapp3.0 was computed.  netcoreapp3.1 netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 netstandard2.0 is compatible.  netstandard2.1 netstandard2.1 is compatible. 
.NET Framework net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
MonoAndroid monoandroid monoandroid was computed. 
MonoMac monomac monomac was computed. 
MonoTouch monotouch monotouch was computed. 
Tizen tizen40 tizen40 was computed.  tizen60 tizen60 was computed. 
Xamarin.iOS xamarinios xamarinios was computed. 
Xamarin.Mac xamarinmac xamarinmac was computed. 
Xamarin.TVOS xamarintvos xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on CoinGecko.Net:

Package Downloads
CryptoClients.Net

CryptoClients.Net offers full easy access to 27 different cryptocurrency exchange API's, such as Binance, Bybit, HyperLiquid and many more. It offers a unified way to access the API's and tools to dynamically call endpoints on different exchanges.

Le.CryptoClients.Net

CryptoClients.Net is a collection of multiple cryptocurrency exchange API clients for accessing both the REST API's and WebSocket API's. Supports order and account management and requesting and streaming both public and private data.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.12.0 478 6/8/2026
5.11.0 724 5/26/2026
5.10.0 1,038 5/1/2026
5.9.2 1,143 4/9/2026
5.9.1 266 4/2/2026
5.9.0 1,006 3/24/2026
5.8.0 1,078 3/6/2026
5.7.0 794 2/24/2026
5.6.0 703 2/16/2026
5.5.0 726 2/10/2026
5.4.0 240 2/6/2026
5.3.0 1,596 1/22/2026
5.2.1 570 1/14/2026
5.2.0 313 1/13/2026
5.1.1 318 1/7/2026
5.1.0 150 1/7/2026
5.0.0 1,277 12/16/2025
4.12.0 1,820 11/11/2025
4.11.0 688 11/3/2025
4.10.0 1,531 10/16/2025
Loading failed