ypool-wallet

0.0.2 • Public • Published

ypool-wallet-node

A client library for API calls to the ypool wallet

Example:

var YPool = require('ypool-wallet');
var ypool = new YPool({
  key: YPOOL_API_KEY,
  secret: YPOOL_API_SECRET
});

ypool.getAddresses('BTC', function(err, result) {
    if (err) return console.log(err);
    return console.log(result);
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    1

Package Sidebar

Install

npm i ypool-wallet

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • levino