2.12.1 • Published 6 years ago

blockchain.info v2.12.1

Weekly downloads
1,050
License
MIT
Repository
github
Last release
6 years ago

Blockchain API Library (Node, v1)

An official Node module for interacting with the Blockchain.info API.

Getting Started

Installation via npm:

$ npm install --save blockchain.info

Importing:

var blockchain = require('blockchain.info')

Responses

All functions in this module return a JavaScript promise for handling asynchronous actions.

Submodules

This module consists of these submodules:

  • MyWallet - Interact with or create a Blockchain Wallet
  • blockexplorer - View data for addresses, blocks, transactions, and more
  • exchange - Get real-time bitcoin exchange rates
  • pushtx - Push custom transactions
  • Receive - Receive notifications for payments
  • Socket - Live notifications for transactions and blocks
  • statistics - Fetch historical blockchain data and statistics

You can access sub-modules from the properties of the imported main module, or by importing them individually.

Individual import:

var MyWallet = require('blockchain.info/MyWallet')

Property import:

var MyWallet = require('blockchain.info').MyWallet

Testnet Support

This library supports Testnet for the blockexplorer, pushtx, and Socket modules. You can find examples of how to use each in the specific modules README file.

2.12.1

6 years ago

2.12.0

6 years ago

2.11.0

6 years ago

2.10.2

6 years ago

2.10.1

7 years ago

2.10.0

7 years ago

2.9.0

7 years ago

2.8.1

7 years ago

2.8.0

7 years ago

2.7.0

7 years ago

2.6.0

7 years ago

2.5.0

7 years ago

2.4.2

8 years ago

2.4.1

8 years ago

2.4.0

8 years ago

2.3.1

8 years ago

2.3.0

8 years ago

2.2.3

8 years ago

2.2.2

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago