Easy to use javascript library to consume 3commas API including typescript support
npm install 3commas-jsAn 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.
``bash`
npm install 3commas-js
or
`bash`
yarn add 3commas-js
TODO
| 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 |
Create a .env file with the following content:
`bash`
API_KEY=
API_SECRET=
Finally run yarn then yarn test`