Coinbase.Pro
4.2.2
dotnet add package Coinbase.Pro --version 4.2.2
NuGet\Install-Package Coinbase.Pro -Version 4.2.2
<PackageReference Include="Coinbase.Pro" Version="4.2.2" />
paket add Coinbase.Pro --version 4.2.2
#r "nuget: Coinbase.Pro, 4.2.2"
// 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 | 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 | 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. |
-
.NETFramework 4.6.1
- Flurl (>= 3.0.1)
- Flurl.Http (>= 3.0.1)
- Newtonsoft.Json (>= 12.0.3)
- WebSocket4Net (>= 0.15.2)
-
.NETStandard 2.0
- Flurl (>= 3.0.1)
- Flurl.Http (>= 3.0.1)
- 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 | 22,652 | 12/11/2021 |
4.2.1 | 692 | 12/11/2021 |
4.1.3 | 2,223 | 8/27/2021 |
4.1.2 | 2,970 | 2/16/2021 |
4.1.1 | 848 | 2/13/2021 |
4.0.1 | 947 | 1/30/2021 |
3.3.0 | 165,853 | 10/10/2020 |
3.2.0 | 1,245 | 8/30/2020 |
3.0.5 | 6,878 | 8/9/2020 |
3.0.4 | 995 | 8/9/2020 |
3.0.3 | 970 | 8/5/2020 |
3.0.2 | 976 | 8/4/2020 |
3.0.1 | 988 | 8/1/2020 |
2.0.6 | 16,901 | 4/25/2019 |
2.0.5 | 1,131 | 4/6/2019 |
2.0.4 | 1,333 | 2/5/2019 |
2.0.3 | 1,133 | 2/5/2019 |
2.0.2 | 1,481 | 12/1/2018 |
2.0.1 | 1,200 | 11/30/2018 |
0.3.0 | 1,169 | 11/30/2018 |
0.1.0 | 1,208 | 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