Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

blockchaininfo-unofficial

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockchaininfo-unofficial

a wrapper around blockchaininfo's api. Conforms to a standard derived from bitcoind and common-blockchain

  • 1.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

blockchaininfo-unofficial

Installation

you can install the npm module here

npm install blockchaininfo-unofficial

See abstract-common-blockchain for API

Blockchain's Abstract Common Blockchain Coverage

Use this link to see what Blockchain.info supports

Convention

Standard convention is described fully in the types.json file in the link above.

Usage

simply require the npm module at the top of the file

var blockchaininfoClient = require('blockchaininfo-unofficial')({
  api_code: "your api code here"
});

you may specify the options you wish to make a call like so:

//example call
blockchaininfoClient.Addresses.Unspents(["address 1", "address 2", ...], callback);

Known Issues

  1. Blockchain.info does not support unconfirmed balance so in Addresses.Summary, both unconfirmedBalance and confirmedBalanace will be null; however, balance will represent the confirmed balance of the address.
  2. Blockchain.info does not support unconfirmed unspent outputs, so Addresses.Unspents will not display unspents that do not have at least one confirmation

Maintainers

please email us with any and all issues/requests.

Keywords

FAQs

Package last updated on 10 Aug 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc