Coinbase.Pro
4.1.3
See the version list below for details.
dotnet add package Coinbase.Pro --version 4.1.3
NuGet\Install-Package Coinbase.Pro -Version 4.1.3
<PackageReference Include="Coinbase.Pro" Version="4.1.3" />
<PackageVersion Include="Coinbase.Pro" Version="4.1.3" />
<PackageReference Include="Coinbase.Pro" />
paket add Coinbase.Pro --version 4.1.3
#r "nuget: Coinbase.Pro, 4.1.3"
#addin nuget:?package=Coinbase.Pro&version=4.1.3
#tool nuget:?package=Coinbase.Pro&version=4.1.3
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 | 23,426 | 12/11/2021 |
4.2.1 | 706 | 12/11/2021 |
4.1.3 | 2,243 | 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 | 184,814 | 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 |
## 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.
## v4.0.1
* PR 33: Changes Before and After pagination types from `long` to `string` because some endpoints use date/time strings. Thanks devax!
## v3.3.0
* PR 23: Added `Withdrawals.GetFeeEstimate`. Thanks la4atld!
* PR 12: Added `Fees.GetCurrentFeesAsync` for maker and taker fees. Thanks vflame!
* Issue 24: Added `L2UpdateEvent.Time` property to C# model for websocket events.
Full History Here: https://github.com/bchavez/Coinbase.Pro/blob/master/HISTORY.md