BinanceDotNet 2.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package BinanceDotNet --version 2.2.1
NuGet\Install-Package BinanceDotNet -Version 2.2.1
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="BinanceDotNet" Version="2.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BinanceDotNet --version 2.2.1
#r "nuget: BinanceDotNet, 2.2.1"
#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.
// Install BinanceDotNet as a Cake Addin
#addin nuget:?package=BinanceDotNet&version=2.2.1

// Install BinanceDotNet as a Cake Tool
#tool nuget:?package=BinanceDotNet&version=2.2.1

The Binance CryptoCurrency exchange C# wrapper of the API. It is built in dotnet core, supports all REST and WebSocket endpoints, has full logging capabilities, a built in Cache for selected endpoints, a Rate limiter and more. Enjoy Binance API data, fast and reliably.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.12.0 11,442 7/21/2019
4.11.0 1,569 7/10/2019
4.10.0 5,967 6/1/2019
4.9.1 1,687 4/12/2019
4.9.0 1,647 3/18/2019
4.8.0 1,990 1/21/2019
4.7.0 1,494 1/10/2019
4.6.2 3,406 7/20/2018
4.6.1 1,688 7/20/2018
4.6.0 3,315 6/20/2018
4.5.0 2,478 5/2/2018
4.4.0 2,201 3/17/2018
4.3.0 1,703 3/17/2018
4.2.4 2,003 2/23/2018
4.2.3 1,743 2/21/2018
4.2.2 2,084 2/10/2018
4.2.1 1,826 2/6/2018
4.2.0 1,719 2/2/2018
4.0.1 1,999 1/23/2018
4.0.0 1,819 1/21/2018
3.1.0 1,775 1/16/2018
3.0.1 1,777 1/11/2018
3.0.0 2,142 12/1/2017
2.2.4 1,663 11/8/2017
2.2.3 1,612 11/6/2017
2.2.2 1,642 11/3/2017
2.2.1 1,594 11/2/2017
2.2.0 1,617 10/31/2017
2.1.0 1,606 10/26/2017
2.0.0 1,629 10/24/2017
1.6.0 1,644 10/19/2017
1.5.1 1,603 10/19/2017
1.5.0 1,593 10/18/2017
1.4.2 1,605 10/17/2017
1.4.1 1,587 10/17/2017
1.4.0 1,661 10/17/2017
1.3.0 1,646 10/16/2017
1.2.0 1,629 10/16/2017
1.0.1 1,742 10/13/2017

Updated new trading pairs, added unit test, added defensive logic around Setting API Key