3commas
TypeScript icon, indicating that this package has built-in type declarations

1.3.0 • Public • Published

Low Level

Access 3Commas API.

import { getBot, getAllAccounts } from "3commas";

const bot = await getBot(123456789);
const accounts = await getAllAccounts(123456789);

High Level

Use 3Commas API at a high level.

import { ThreeCommas } from "3Commas";

const threeCommas = new ThreeCommas();
await threeCommas.loadAccounts();
await threeCommas.loadBots();

const bot = threeCommas.getBot(123456789);
const account = bot.account;

Package Sidebar

Install

npm i 3commas

Weekly Downloads

12

Version

1.3.0

License

ISC

Unpacked Size

257 kB

Total Files

139

Last publish

Collaborators

  • ozum