Socket
Book a DemoInstallSign in
Socket

bitcoin-co-id-update

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bitcoin-co-id-update

bitcoin.co.id API Client for Node.JS

0.0.2
latest
Source
npmnpm
Version published
Weekly downloads
1.9K
-17.13%
Maintainers
1
Weekly downloads
 
Created
Source

bitcoin-co-id

This is a node.js API wrapper for the private and public methods exposed by the Bitcoin.co.id API. You will need have a registered an account with bitcoin.co.id and requested API keys to access the private methods.

Check out example.js for a list of private calls and their parameters.

Installation:

npm install bitcoin-co-id

Usage:

var Bitcoincoid = require('./index.js');

var publicBitcoincoid = new Bitcoincoid();

publicBitcoincoid.getTicker('btc_idr', console.log);

//// get latest prices

publicBitcoincoid.getTicker("btc_idr", function(err, data) {

console.log('bid ' + data.ticker.sell + ' ask ' + data.ticker.sell + ' last price ' + data.ticker.last);

});

Keywords

vip.bitcoin.co.id

FAQs

Package last updated on 26 Feb 2018

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.