Coinbase.Pro 4.2.2

dotnet add package Coinbase.Pro --version 4.2.2
NuGet\Install-Package Coinbase.Pro -Version 4.2.2
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="Coinbase.Pro" Version="4.2.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Coinbase.Pro --version 4.2.2
#r "nuget: Coinbase.Pro, 4.2.2"
#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 Coinbase.Pro as a Cake Addin
#addin nuget:?package=Coinbase.Pro&version=4.2.2

// Install Coinbase.Pro as a Cake Tool
#tool nuget:?package=Coinbase.Pro&version=4.2.2

A .NET implementation for the Coinbase Pro API for online trading. Supports REST API and Websocket Feed API. All crypto currencies including Bitcoin (BTC), Ethereum (ETH), Litecoin (LTC), 0x (ZRX), and many more!

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 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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.2.2 14,346 12/11/2021
4.2.1 612 12/11/2021
4.1.3 2,102 8/27/2021
4.1.2 2,866 2/16/2021
4.1.1 767 2/13/2021
4.0.1 865 1/30/2021
3.3.0 76,223 10/10/2020
3.2.0 1,158 8/30/2020
3.0.5 6,793 8/9/2020
3.0.4 912 8/9/2020
3.0.3 891 8/5/2020
3.0.2 889 8/4/2020
3.0.1 910 8/1/2020
2.0.6 16,810 4/25/2019
2.0.5 1,050 4/6/2019
2.0.4 1,257 2/5/2019
2.0.3 1,051 2/5/2019
2.0.2 1,316 12/1/2018
2.0.1 1,096 11/30/2018
0.3.0 1,082 11/30/2018
0.1.0 1,108 11/29/2018

## v4.2.2
* PR 46: Handle `error` type message with WebSocketHelper. Thanks @vslee!

## v4.2.1
* Issue 54: `CancelOrderById` is now `CancelOrderByIdAsync` and fixed from throwing array deserialization error.

## v4.1.3
* PR 56: Fixed extra space in WebSocket `MessageType.Unsubscribe` type that caused unsubscription to fail.

## v4.1.2
* PR 36: Add `[JsonProperty("product_id")]` to `Models.AccountDetails.ProductId`.

## v4.1.1
* Issue 34: Add support for Product.BaseIncrement.
* Add support for Product.TradingDisabled.
* Add support for MarketData.GetSingleProductAsync.
* More XML docs to Coinbase.Pro.Models.Product.


Full History Here: https://github.com/bchavez/Coinbase.Pro/blob/master/HISTORY.md