nl-btcmarkets

1.0.0 • Public • Published

BTC Markets NPM module

npm version

About

This is based off my ruby gem, but I'm trying to create a node.js trading engine

Examples

Get Order Book

// BTC and AUD
i.public({endpoint: '/market/BTC/AUD/orderbook'}, (cb) => {console.log(cb)});
// ETC and AUD
i.public({endpoint: '/market/ETC/AUD/orderbook'}, (cb) => {console.log(cb)});

Get Balances

i.private({endpoint: '/account/balance', method: 'GET', apikey: '', apisecret: ''}, (cb) => {console.log(cb);})

Readme

Keywords

none

Package Sidebar

Install

npm i nl-btcmarkets

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • nolim1t