Coinbase 5.0.4
See the version list below for details.
dotnet add package Coinbase --version 5.0.4
NuGet\Install-Package Coinbase -Version 5.0.4
<PackageReference Include="Coinbase" Version="5.0.4" />
paket add Coinbase --version 5.0.4
#r "nuget: Coinbase, 5.0.4"
// Install Coinbase as a Cake Addin #addin nuget:?package=Coinbase&version=5.0.4 // Install Coinbase as a Cake Tool #tool nuget:?package=Coinbase&version=5.0.4
A .NET implementation for the Coinbase API for online payments. The Coinbase API is a way to seamlessly pay for goods or services online utilizing Coinbase and Bitcoins for low-cost payment processing.
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. |
.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.Http (>= 2.4.0)
- Newtonsoft.Json (>= 11.0.2)
-
.NETStandard 2.0
- Flurl.Http (>= 2.4.0)
- Newtonsoft.Json (>= 11.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Coinbase:
Package | Downloads |
---|---|
Coinbase.Mvc
Please Use: https://www.nuget.org/packages/Coinbase/ The Coinbase.Mvc DLL has been deprecated. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.1 | 51,903 | 1/17/2021 |
5.1.2 | 164,861 | 8/14/2019 |
5.1.1 | 3,899 | 3/24/2019 |
5.1.0 | 1,330 | 3/11/2019 |
5.0.8 | 1,566 | 2/28/2019 |
5.0.7 | 1,368 | 2/26/2019 |
5.0.6 | 1,403 | 2/16/2019 |
5.0.5 | 1,436 | 1/15/2019 |
5.0.4 | 1,969 | 12/2/2018 |
5.0.3 | 1,470 | 12/2/2018 |
5.0.2 | 1,411 | 12/1/2018 |
5.0.1 | 1,465 | 11/29/2018 |
5.0.0-beta-6 | 1,229 | 11/21/2018 |
5.0.0-beta-5 | 1,226 | 11/19/2018 |
5.0.0-beta-4 | 1,208 | 11/8/2018 |
5.0.0-beta-3 | 1,242 | 11/7/2018 |
5.0.0-beta-2 | 1,258 | 11/7/2018 |
5.0.0-beta-1 | 1,236 | 11/6/2018 |
3.0.1 | 5,987 | 11/24/2017 |
2.0.6 | 3,104 | 4/22/2016 |
2.0.4 | 2,390 | 1/13/2016 |
2.0.3 | 2,191 | 12/12/2015 |
2.0.1-beta-2 | 1,664 | 12/12/2015 |
2.0.1-beta-1 | 1,686 | 12/9/2015 |
0.3.14 | 2,205 | 9/11/2015 |
0.3.12 | 2,162 | 7/9/2015 |
0.3.11 | 2,062 | 6/17/2015 |
0.3.10 | 2,526 | 12/2/2014 |
0.3.7 | 2,697 | 11/13/2014 |
0.2.4 | 2,309 | 2/14/2014 |
0.2.3 | 2,005 | 1/24/2014 |
0.2.2 | 1,970 | 12/5/2013 |
0.2.1 | 2,022 | 12/2/2013 |
0.2.0 | 1,956 | 12/2/2013 |
0.1.0.1 | 1,897 | 12/2/2013 |
0.1.0 | 1,956 | 12/2/2013 |
## v5.0.4
* Ensures all requests have a `User-Agent` string, including `Data` requests.
* Added missing `CancellationToken` to `GetCurrenciesAsync()`
## v5.0.3
* PR #47: Extra DI interfaces for DI support. Notification event and transaction status constants. Changed `Transaction.Description` return from object to string. Thanks granthoff1107!
## v5.0.2
* Fixed possible "Operation is not supported on this platform" exception from being thrown in `WebhookHelper.IsValid()` on .NET Core platform. `Rsa.ImportParameters(CoinbasePublicKey)` used instead of `Rsa.FromXmlString()`.
## v5.0.1
* This library now has full model support for all Coinbase v2 APIs including Wallet and Data Endpoints. See: https://github.com/bchavez/Coinbase for more info.
* Version 5.x is carries with it breaking changes now that OAuth API authentication is supported.
* Dropped RestSharp dependency for Flurl.Http.
## v5.0.0-beta-6
* PR 44: Add callback method OnRefresh when client renews oauth token.
Full History Here: https://github.com/bchavez/Coinbase/blob/master/HISTORY.md