Alex75.Cryptocurrencies 26.4.24.24

dotnet add package Alex75.Cryptocurrencies --version 26.4.24.24
                    
NuGet\Install-Package Alex75.Cryptocurrencies -Version 26.4.24.24
                    
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="Alex75.Cryptocurrencies" Version="26.4.24.24" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Alex75.Cryptocurrencies" Version="26.4.24.24" />
                    
Directory.Packages.props
<PackageReference Include="Alex75.Cryptocurrencies" />
                    
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 Alex75.Cryptocurrencies --version 26.4.24.24
                    
#r "nuget: Alex75.Cryptocurrencies, 26.4.24.24"
                    
#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 Alex75.Cryptocurrencies@26.4.24.24
                    
#: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=Alex75.Cryptocurrencies&version=26.4.24.24
                    
Install as a Cake Addin
#tool nuget:?package=Alex75.Cryptocurrencies&version=26.4.24.24
                    
Install as a Cake Tool

Alex75 Cryptocurrencies

A library for common cryptocurrencies objects used by other libraries, like Exchanges API clients.
It is structured in this way:

  • Alex75.Cryptocurrencies
    Common entities like Currency, CurrencyPair, Ticker
  • Alex75.Cryptocurrencies.Exchanges
    Exchanges API clients:
    • KuCoin (base funtionalities)
    • BitPanda (only rad Tickers)
  • Alex75.Cryptocurrencies.Services
    • Wise API client (base functionalities)
    • Coingecko API client (base functionalities)
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on Alex75.Cryptocurrencies:

Package Downloads
Alex75.KrakenApiClient

Kraken API client for .Net

Alex75.BitstampApiClient

Simple client to facilitate the use of Bitstamp API. It covers the functions for - getting the account Balance - getting the market Tickers - create market or limit Orders - List the open Orders - Cancel an Order - get the Transactions history Tickers are cached for a custom amount of seconds (helping to prevent overuse of Bitstamp API).

Alex75.BinanceApiClient

Package Description

Alex75.BitfinexApiClient

Very simple API client for the basic functionalities of Bitfinex API. List Tickers / Get Ticker / Get Balance / Create Market Limit Order

Alex75.CexioApiClient

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
26.4.24.24 32 4/24/2026
26.4.24.23 44 4/24/2026
26.4.24.22 35 4/24/2026
Loading failed