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

kasthack-labs/kasthack.bitcoinfees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kasthack.bitcoinfees

Nuget NuGet Build status license Gitter

What

bitcoinfees.earn.com API client

Installation

Install-Package kasthack.bitcoinfees

Usage

Recommended fees:

await client.Default.GetRecommendedFees().ConfigureAwait(false)

Current fee data:

await client.Default.GetList().ConfigureAwait(false)

Bugs / issues

Fork off / pull