3commas-js
v1.0.0
Published
Easy to use javascript library to consume 3commas API including typescript support
Readme
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-jsor
yarn add 3commas-jsUsing in your project
TODO
Roadmap
| API | Overall Typing | Overall progress | | ------------ | :------------: | ---------------: | | Accounts | 80% | 100% | | Bots | 80% | 100% | | Deal | 80% | 100% | | Grid bots | 80% | 100% | | Marketplace | 80% | 100% | | Users | 80% | 100% | | Smart trades | WIP | WIP |
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
