Info
Version: | 1.3.1 |
Author(s): | Alessandro Piccione |
Last Update: | Sunday, August 16, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://alex75.visualstudio.com/_git/Bitstamp API Client |
NuGet Url: | https://www.nuget.org/packages/Alex75.BitstampApiClient |
Install
Install-Package Alex75.BitstampApiClient
dotnet add package Alex75.BitstampApiClient
paket add Alex75.BitstampApiClient
Alex75.BitstampApiClient Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Alex75.Cryptocurrencies(>= 1.1.4)
- FSharp.Core(>= 4.7.2)
- Flurl.Http(>= 2.4.2)
- Alex75.Cryptocurrencies(>= 1.1.4)
- FSharp.Core(>= 4.7.2)
- Flurl.Http(>= 2.4.2)
Tags
It covers the functions for
- getting the account Balance
- getting the market Tickers
- create market or limit Orders
- List the open Orders
- Cancel an Order
- get the Transactions history
Tickers are cached for a custom amount of seconds (helping to prevent overuse of Bitstamp API).