Coinbase.Pro
3.0.1
See the version list below for details.
dotnet add package Coinbase.Pro --version 3.0.1
NuGet\Install-Package Coinbase.Pro -Version 3.0.1
<PackageReference Include="Coinbase.Pro" Version="3.0.1" />
<PackageVersion Include="Coinbase.Pro" Version="3.0.1" />
<PackageReference Include="Coinbase.Pro" />
paket add Coinbase.Pro --version 3.0.1
#r "nuget: Coinbase.Pro, 3.0.1"
#addin nuget:?package=Coinbase.Pro&version=3.0.1
#tool nuget:?package=Coinbase.Pro&version=3.0.1
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 | Versions 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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 | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. 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. |
-
.NETFramework 4.5
- Flurl (>= 2.8.2)
- Flurl.Http (>= 2.4.2)
- Newtonsoft.Json (>= 12.0.3)
- WebSocket4Net (>= 0.15.2)
-
.NETStandard 2.0
- Flurl (>= 2.8.2)
- Flurl.Http (>= 2.4.2)
- Newtonsoft.Json (>= 12.0.3)
- WebSocket4Net (>= 0.15.2)
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 | 23,442 | 12/11/2021 |
4.2.1 | 707 | 12/11/2021 |
4.1.3 | 2,244 | 8/27/2021 |
4.1.2 | 2,996 | 2/16/2021 |
4.1.1 | 871 | 2/13/2021 |
4.0.1 | 969 | 1/30/2021 |
3.3.0 | 186,023 | 10/10/2020 |
3.2.0 | 1,268 | 8/30/2020 |
3.0.5 | 6,900 | 8/9/2020 |
3.0.4 | 1,018 | 8/9/2020 |
3.0.3 | 994 | 8/5/2020 |
3.0.2 | 998 | 8/4/2020 |
3.0.1 | 1,010 | 8/1/2020 |
2.0.6 | 16,935 | 4/25/2019 |
2.0.5 | 1,158 | 4/6/2019 |
2.0.4 | 1,363 | 2/5/2019 |
2.0.3 | 1,162 | 2/5/2019 |
2.0.2 | 1,514 | 12/1/2018 |
2.0.1 | 1,232 | 11/30/2018 |
0.3.0 | 1,200 | 11/30/2018 |
0.1.0 | 1,238 | 11/29/2018 |
## v3.0.1
* External references updated.
* Added `CoinbaseProWebSocket.EnableFiddlerDebugProxy` method for debugging.
* Issue 15: `CoinbaseProWebSocket` using TLS 1.2 by default to prevent connection hanging.
* Issue 15: Fixed threading issue in `CoinbaseProWebSocket` that may have prevented websocket from working.
## v2.0.6
* Issue 8: Fixed JSON deseralization error with `client.Fills.GetFillsByProductIdAsync` where `usd_volume` could be null.
* Added `client.EnableFiddlerDebugProxy` helper method for debugging client requests.
## v2.0.5
* Issue 7: Fixed JSON deserialization error with `client.MarketData.GetProductsAsync` when using sandbox.
## v2.0.4
* Issue 6: Fixed issue parsing null for best bid/ask in markets without volume and empty order book for `TickerEvent` webhook.
## v2.0.3
* Issue 4: Updates Newtonsoft.Json to 12.0.1 that contains fix for parsing decimals with exponential notation.
Full History Here: https://github.com/bchavez/Coinbase.Pro/blob/master/HISTORY.md