Coinbase 6.0.1
dotnet add package Coinbase --version 6.0.1
NuGet\Install-Package Coinbase -Version 6.0.1
<PackageReference Include="Coinbase" Version="6.0.1" />
paket add Coinbase --version 6.0.1
#r "nuget: Coinbase, 6.0.1"
// Install Coinbase as a Cake Addin
#addin nuget:?package=Coinbase&version=6.0.1
// Install Coinbase as a Cake Tool
#tool nuget:?package=Coinbase&version=6.0.1
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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.6.1
- Flurl.Http (>= 3.0.1)
- Newtonsoft.Json (>= 12.0.3)
-
.NETStandard 2.0
- Flurl.Http (>= 3.0.1)
- Newtonsoft.Json (>= 12.0.3)
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 | 13,026 | 1/17/2021 |
5.1.2 | 38,841 | 8/14/2019 |
5.1.1 | 3,111 | 3/24/2019 |
5.1.0 | 588 | 3/11/2019 |
5.0.8 | 795 | 2/28/2019 |
5.0.7 | 626 | 2/26/2019 |
5.0.6 | 643 | 2/16/2019 |
5.0.5 | 701 | 1/15/2019 |
5.0.4 | 1,114 | 12/2/2018 |
5.0.3 | 664 | 12/2/2018 |
5.0.2 | 653 | 12/1/2018 |
5.0.1 | 661 | 11/29/2018 |
5.0.0-beta-6 | 525 | 11/21/2018 |
5.0.0-beta-5 | 537 | 11/19/2018 |
5.0.0-beta-4 | 537 | 11/8/2018 |
5.0.0-beta-3 | 525 | 11/7/2018 |
5.0.0-beta-2 | 536 | 11/7/2018 |
5.0.0-beta-1 | 527 | 11/6/2018 |
3.0.1 | 5,172 | 11/24/2017 |
2.0.6 | 2,274 | 4/22/2016 |
2.0.4 | 1,505 | 1/13/2016 |
2.0.3 | 1,306 | 12/12/2015 |
2.0.1-beta-2 | 908 | 12/12/2015 |
2.0.1-beta-1 | 960 | 12/9/2015 |
0.3.14 | 1,354 | 9/11/2015 |
0.3.12 | 1,295 | 7/9/2015 |
0.3.11 | 1,200 | 6/17/2015 |
0.3.10 | 1,691 | 12/2/2014 |
0.3.7 | 1,838 | 11/13/2014 |
0.2.4 | 1,481 | 2/14/2014 |
0.2.3 | 1,175 | 1/24/2014 |
0.2.2 | 1,168 | 12/5/2013 |
0.2.1 | 1,190 | 12/2/2013 |
0.2.0 | 1,163 | 12/2/2013 |
0.1.0.1 | 1,068 | 12/2/2013 |
0.1.0 | 1,201 | 12/2/2013 |
## v6.0.1
* `Flurl.Http` dependency updated to 3.0.1.
## v5.3.1
* API methods now check for null or whitespace only values for required URL parameters.
## v5.1.2
* PR #58: Makes `PlaceBuy.Amount` nullable. Documentation states that `PlaceBuy.Amount` or `PlaceBuy.Total` can be specified but not both. Thanks Nemeth!
## v5.1.1
* Issue #55: Add `client.HoistResponse(out var msg)` that can be used to get the underlying `HttpResponseMessage`. Useful for advanced scenarios where you want to manually check low-level HTTP headers, HTTP status code or inspect the response body manually.
## v5.1.0
* Issue #54: Better support for Pagination with `client.GetNextPageAsync` helper.
Full History Here: https://github.com/bchavez/Coinbase/blob/master/HISTORY.md