Install via NuGet
- .NET CLI
- Package Manager Console
- PackageReference
Install via GitHub Packages
CryptoClients.Net is also available on GitHub Packages as an alternative to NuGet.org. Step 1. Add the GitHub Packages source to your NuGet configuration:GitHub Packages requires authentication even for public packages. You’ll need a personal access token with at least
read:packages scope.Download a release manually
If you prefer to reference the assembly directly without a package manager, download the latest release from GitHub:Supported target frameworks
CryptoClients.Net targets the following frameworks:| Framework | Version |
|---|---|
| .NET Standard | 2.0, 2.1 |
| .NET | 8.0, 9.0, 10.0 |
Platform compatibility
Because the package targets .NET Standard 2.0, it works across a wide range of .NET implementations:| Platform | Minimum version |
|---|---|
| .NET Core | 2.0 |
| .NET Framework | 4.6.1 |
| Mono | 5.4 |
| Xamarin.iOS | 10.14 |
| Xamarin.Android | 8.0 |
| UWP | 10.0.16299 |
| Unity | 2018.1 |
Verify the installation
After installing, add a quick sanity check to confirm the package loads correctly:Next steps
Quickstart
Make your first multi-exchange request
Configuration
Configure API credentials, rate limiting, and environments