Skip to content
forked from gferrin/bitfinex

node.js wrapper for bitfinex cryptocurrency exchange

Notifications You must be signed in to change notification settings

pulsecat/bitfinex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Install

npm install bitfinex

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);
});

About

node.js wrapper for bitfinex cryptocurrency exchange

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 100.0%