1.0.0 • Published 6 years ago

sanbitso v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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