1.0.0 • Published 3 years ago

3commas-js v1.0.0

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

3commas-js

An unofficial 3Commas API wrapper featuring:

  • typescript typings
  • all endpoints supported
  • can be run in node or the browser

Have a look at the official API documentation here.

Installation

npm install 3commas-js

or

yarn add 3commas-js

Using in your project

TODO

Roadmap

APIOverall TypingOverall progress
Accounts80%100%
Bots80%100%
Deal80%100%
Grid bots80%100%
Marketplace80%100%
Users80%100%
Smart tradesWIPWIP

Test

Create a .env file with the following content:

API_KEY=<your_3comma_api_key>
API_SECRET=<your_3comma_api_secret>

Finally run yarn then yarn test