Skip to content

bitcoinvietnam/21bitcoinfees-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Composer installation

Add the following to your composer.json:

{
    "require": {
        "bitcoinvietnam/21bitcoinfees-php": "@dev"
    }
}

Usage

Instantiate a Client object

$client = new BitcoinVietnam\TwentyoneBitcoinfees\Client();

Get recommended fees

$client->getFeesRecommended();

Get fees list

$client->getFeesList();

About

A PHP library to interact with the bitcoinfees.21.co API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages