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 |
---|---|
.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 (>= 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 | 5,772 | 12/11/2021 |
4.2.1 | 186 | 12/11/2021 |
4.1.3 | 1,554 | 8/27/2021 |
4.1.2 | 2,271 | 2/16/2021 |
4.1.1 | 298 | 2/13/2021 |
4.0.1 | 365 | 1/30/2021 |
3.3.0 | 32,687 | 10/10/2020 |
3.2.0 | 635 | 8/30/2020 |
3.0.5 | 6,280 | 8/9/2020 |
3.0.4 | 429 | 8/9/2020 |
3.0.3 | 417 | 8/5/2020 |
3.0.2 | 401 | 8/4/2020 |
3.0.1 | 433 | 8/1/2020 |
2.0.6 | 16,196 | 4/25/2019 |
2.0.5 | 531 | 4/6/2019 |
2.0.4 | 773 | 2/5/2019 |
2.0.3 | 552 | 2/5/2019 |
2.0.2 | 814 | 12/1/2018 |
2.0.1 | 599 | 11/30/2018 |
0.3.0 | 590 | 11/30/2018 |
0.1.0 | 597 | 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