Coinbase 6.0.1

dotnet add package Coinbase --version 6.0.1
                    
NuGet\Install-Package Coinbase -Version 6.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Coinbase" Version="6.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Coinbase" Version="6.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Coinbase" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Coinbase --version 6.0.1
                    
#r "nuget: Coinbase, 6.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Coinbase&version=6.0.1
                    
Install Coinbase as a Cake Addin
#tool nuget:?package=Coinbase&version=6.0.1
                    
Install Coinbase as a Cake Tool

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 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 61,650 1/17/2021
5.1.2 226,334 8/14/2019
5.1.1 3,954 3/24/2019
5.1.0 1,385 3/11/2019
5.0.8 1,619 2/28/2019
5.0.7 1,422 2/26/2019
5.0.6 1,459 2/16/2019
5.0.5 1,488 1/15/2019
5.0.4 2,030 12/2/2018
5.0.3 1,529 12/2/2018
5.0.2 1,471 12/1/2018
5.0.1 1,526 11/29/2018
5.0.0-beta-6 1,286 11/21/2018
5.0.0-beta-5 1,285 11/19/2018
5.0.0-beta-4 1,273 11/8/2018
5.0.0-beta-3 1,318 11/7/2018
5.0.0-beta-2 1,317 11/7/2018
5.0.0-beta-1 1,294 11/6/2018
3.0.1 6,107 11/24/2017
2.0.6 3,231 4/22/2016
2.0.4 2,517 1/13/2016
2.0.3 2,382 12/12/2015
2.0.1-beta-2 1,783 12/12/2015
2.0.1-beta-1 1,824 12/9/2015
0.3.14 2,359 9/11/2015
0.3.12 2,285 7/9/2015
0.3.11 2,191 6/17/2015
0.3.10 2,655 12/2/2014
0.3.7 2,897 11/13/2014
0.2.4 2,449 2/14/2014
0.2.3 2,148 1/24/2014
0.2.2 2,100 12/5/2013
0.2.1 2,157 12/2/2013
0.2.0 2,091 12/2/2013
0.1.0.1 2,048 12/2/2013
0.1.0 2,090 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