Gauayaba.BitsoClient
0.2.0
Package Description
Install-Package Gauayaba.BitsoClient -Version 0.2.0
dotnet add package Gauayaba.BitsoClient --version 0.2.0
<PackageReference Include="Gauayaba.BitsoClient" Version="0.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Gauayaba.BitsoClient --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Gauayaba.BitsoClient, 0.2.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
bitso-client
REST API client for Bitso exchange
Basic usage
- Construct a Configuration object
- Instantiate an api client
- Call helper methods
var config = new ClientConfiguration("base-url", "v3", "api-key", "api-secret");
var client = new HttpClient();
var requester = new HttpRequester(client);
var apiClient = new PublicApiClient(requester, config);
var response = await apiClient.GetOrderBookAsync("btc_mxn");
bitso-client
REST API client for Bitso exchange
Basic usage
- Construct a Configuration object
- Instantiate an api client
- Call helper methods
var config = new ClientConfiguration("base-url", "v3", "api-key", "api-secret");
var client = new HttpClient();
var requester = new HttpRequester(client);
var apiClient = new PublicApiClient(requester, config);
var response = await apiClient.GetOrderBookAsync("btc_mxn");
Dependencies
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.2)
- System.Net.Http (>= 4.3.4)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.