npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

bitcoin-fee

2.0.0

@ryanzim

npmHomeRepoSnykSocket
Downloads:0
$ npm install bitcoin-fee
DailyWeeklyMonthlyYearly

bitcoin-fee

Install

npm install bitcoin-fee

Usage

const BTCfee = require('bitcoin-fee')

BTCfee.fetchFee(service)

service is a String. It must be the name of one of the services in BTCfee.SERVICES.

Returns a Promise that resolves to the recommended satoshi/byte as a number.

Example:

BTCfee.fetchFee('21.co')
.then(fee => console.log(fee))
// -> 240

BTCfee.SERVICES

This is an array of available services to query.

License

MIT