bittrex-bot

1.0.1 • Public • Published

bittrex-bot

Build Status Coverage Status Codacy Badge

A bot class designed for trading on bittrex exchange.

Installation

npm i bittrex-bot

Bot class

const { Bot } = require("bittrex-bot");
 
const bot = new Bot({
  apikey: process.env.API_KEY,
  apisecret: process.env.API_SECRET
});

Overview

Each method return a promise.

  • params: coin
  • return: object
(async () => {
  const balance = await bot.getBalance("btc");
  console.log(balance);
})();

Readme

Keywords

Package Sidebar

Install

npm i bittrex-bot

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • geopan