1.0.5 • Published 9 years ago

coinbase-service v1.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Coinbase

Coinbase is a wrapper around the Coinbase.com bitcoin wallet and exchange API.

Require coinbase

var CoinbaseApi = require('coinbase-service');
var coinbase = new CoinbaseApi(process.env.COINBASE_API_KEY, process.env.COINBASE_API_SECRET);

I will not explain the method by method. I'll make a simple explanation!

coinbase[method]([object], function(err, data){
  // buttons except
});
coinbase[method][get|balance|delete|refunds|commit|cancel|complete|resend](id, function(err, data){
  // More
});
coinbase[method][create|OAuth2|sendMoney|transferMoney|button|redeem]({
  // Your arguments
}, function(err, data){
  // More
});
coinbase[method][update|sell](id, {
  // Your arguments
}, function(err, data){
  // More
});

All the list of methods

1.0.5

9 years ago

1.0.3

9 years ago

1.0.4

9 years ago

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.0.2

12 years ago