Socket
Socket
Sign inDemoInstall

bitcoin-fee

Package Overview
Dependencies
0
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bitcoin-fee

Get recommended bitcoin fees


Version published
Weekly downloads
13
increased by1200%
Maintainers
2
Install size
44.2 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 30 Nov 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc