1broker 中文文档教程

发布于 9年前 浏览 19 项目主页 更新于 3年前

1Broker.com API

提供对此处找到的 www.1broker.com API 的基本访问:

https

://1broker.com/?c=api_documentation API为 API 提供 NodeJS 包装器,并根据 API 规范返回 JSON 格式的结果。 将随着 API 的发展而更新,订单 API 即将推出。

比特币: 1MbRSzoCJkiydxfxAjZdMbej37dp5pkLNN

1Broker: https://1broker.com/m/r.php?i=2711

BitGold: https://BitGold .com/r/ARKmcl

Usage

npm install 1broker

app.js

var oneBroker =  require('1broker');
var oB = new oneBroker('abcd1234'); // Replace with your API key

Functions

** 账户 **

accountInfo()

accountAddress()

** 仓位 **

positionList()

positionEdit(position_id)

** 市场数据 **

marketList()

marketDetail(symbol)

marketQuotes(symbols)

1Broker.com API

Provide basic access to the www.1broker.com API found here:

https://1broker.com/?c=api_documentation

API provides a NodeJS wrapper for the API and returns the JSON formatted results per the API spec. Will update as API evolves and orders API is coming soon.

Bitcoin: 1MbRSzoCJkiydxfxAjZdMbej37dp5pkLNN

1Broker: https://1broker.com/m/r.php?i=2711

BitGold: https://BitGold.com/r/ARKmcl

Usage

npm install 1broker

app.js

var oneBroker =  require('1broker');
var oB = new oneBroker('abcd1234'); // Replace with your API key

Functions

** Acccount **

accountInfo()

accountAddress()

** Position **

positionList()

positionEdit(position_id)

** Market Data **

marketList()

marketDetail(symbol)

marketQuotes(symbols)

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