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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    6
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    6

Package Sidebar

Install

npm i sanbitso

Weekly Downloads

6

Version

1.0.0

License

MIT

Last publish

Collaborators

  • sanjorgek