sanbitso

1.0.0 • Public • Published

sanbitso

Bitso Wrapper. See Bitso API for more details.

NPM Version NPM Downloads Maintainability CircleCI Build Status bitHound Overall Score bitHound Dependencies bitHound Dev Dependencies bitHound Code

Public API

const public = require('bitso').public;
 
//promise functions avialable
public.availableBooks({book: "btc_mxn"});
public.ticker();
public.ticker("bch_btc");
public.orderBook({book:"btc_mxn"});
public.orderBook({book:"btc_mxn", aggregate: true});
public.trades({book: "btc_mxn"});
public.trades({book: "btc_mxn", sort: "asc"});
public.trades({book: "btc_mxn", sort: "desc"});
public.trades({book: "btc_mxn", limit: 3});

forthebadge forthebadge forthebadge forthebadge

Dependencies (2)

Dev Dependencies (1)

Package Sidebar

Install

npm i sanbitso

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • sanjorgek