Alex75.KrakenApiClient
26.4.24
dotnet add package Alex75.KrakenApiClient --version 26.4.24
NuGet\Install-Package Alex75.KrakenApiClient -Version 26.4.24
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="Alex75.KrakenApiClient" Version="26.4.24" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Alex75.KrakenApiClient" Version="26.4.24" />
<PackageReference Include="Alex75.KrakenApiClient" />
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 Alex75.KrakenApiClient --version 26.4.24
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Alex75.KrakenApiClient, 26.4.24"
#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.
#:package Alex75.KrakenApiClient@26.4.24
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Alex75.KrakenApiClient&version=26.4.24
#tool nuget:?package=Alex75.KrakenApiClient&version=26.4.24
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Kraken API Client
A very simple .Net client for the Kraken exchange REST API.
Functionalities
Cached: The response is cached for a configurable amount of time.
| Function | Cached | Description | Note |
|---|---|---|---|
| List Pairs | ✔️ | List all the available currency pairs. | |
| Get Ticker | ✔️ | Retrieve the Ticker of a specific currency pair. | |
| Get Balance | ✔️ | Retrieve the owned and available amount of every currencies. | |
| Create Market Order | Create an order at the current market price | ||
| Create Limit Order | Create an order with a specified price | ||
| List open orders | List all the open orders | ||
| List closed orders | List all the closed orders | ||
| Withdraw Crypto | Withdraw cryptocurrency to a registered wallet. | The wallet name must be registered in advance |
How to use it
Add the <a href="https://www.nuget.org/packages/Alex75.KrakenApiClient" target="_blank">NuGet package</a>.
See the examples in <a href="src/Examples/Program.cs">Examples</a>
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Alex75.Cryptocurrencies (>= 26.4.24.23)
- CommunityToolkit.Diagnostics (>= 8.4.2)
- Flurl.Http (>= 2.4.2)
- FSharp.Core (>= 11.0.100)
- FSharp.Data (>= 8.1.11)
- Newtonsoft.Json (>= 13.0.4)
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 |
|---|---|---|
| 26.4.24 | 133 | 4/24/2026 |
| 26.4.18 | 97 | 4/18/2026 |
| 26.4.17 | 94 | 4/17/2026 |
| 26.4.5 | 94 | 4/5/2026 |
| 26.4.5-alpha.33 | 58 | 4/5/2026 |
| 26.4.5-alpha.32 | 55 | 4/5/2026 |
| 26.4.3-alpha.31 | 61 | 4/3/2026 |
| 26.4.3-alpha.30 | 50 | 4/3/2026 |
| 26.4.3-alpha.29 | 52 | 4/3/2026 |
| 26.4.2-alpha.28 | 53 | 4/2/2026 |
| 26.4.2-alpha.27 | 48 | 4/2/2026 |
| 26.4.2-alpha.26 | 48 | 4/2/2026 |
| 26.4.2-alpha.25 | 52 | 4/2/2026 |
| 26.4.2-alpha.24 | 56 | 4/2/2026 |
| 26.4.2-alpha.23 | 54 | 4/2/2026 |
| 26.4.2-alpha.22 | 48 | 4/2/2026 |
| 26.4.2-alpha.21 | 48 | 4/2/2026 |
| 26.4.2-alpha.20 | 58 | 4/2/2026 |
| 26.4.2-alpha.19 | 56 | 4/2/2026 |
| 2.0.33-alpha | 50 | 4/3/2026 |
Loading failed