3commas-js 中文文档教程

发布于 4年前 浏览 24 项目主页 更新于 3年前

3commas-js

一个非官方的 3Commas API 包装器,具有以下特点:

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

查看官方 API 文档此处

Installation

npm install 3commas-js

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

创建一个包含以下内容的 .env 文件:

API_KEY=<your_3comma_api_key>
API_SECRET=<your_3comma_api_secret>

最后运行 yarn,然后运行 ​​yarn test

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

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文