Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

mikaeldui/blocktrade-dotnet-client

Repository files navigation

Blocktrade .NET Client

.NET CodeQL Analysis

Development of this project has ceased as I kept getting unexplainable "Response status code does not indicate success: 400 (Bad Request)" errors when trying to use the private API.

Example

Below is an example listing all trading assets.

using BlocktradeClient client = new();

var tradingAssets = await client.GetTradingAssetsAsync();

foreach (var tradingAsset in tradingAssets)
    Console.WriteLine($"Name: {{tradingAsset.FullName}}");

About

A .NET client for Blocktrade.com.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages