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

Latest commit

 

History

History
29 lines (17 loc) · 930 Bytes

readme.md

File metadata and controls

29 lines (17 loc) · 930 Bytes

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