Socket
Socket
Sign inDemoInstall

bitfinex-fork

Package Overview
Dependencies
68
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bitfinex-fork

node.js wrapper for bitfinex cryptocurrency exchange (naddison36 fork)


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

NPM mirror for git://github.com/naddison36/bitfinex.git

Clone of Gabriel Ferrin's bitfinex package. git://github.com/gferrin/bitfinex.git

This is a node.js wrapper for the Bitfinex API.

Install

npm install bitfinex

coffee-script installation

npm install -g coffee-script

Compile coffee-script

coffee --compile bitfinex.coffee

Example

var Bitfinex = require('bitfinex');

var bitfinex = new Bitfinex(your_key, your_secret);

bitfinex.new_order("btcusd", 42, 802.7, "all", "buy", "exchange limit", 
	function(err, res, order_id){
		console.log(order_id);
});

Keywords

FAQs

Last updated on 05 Jun 2016

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