yobit 是一个 npm 包,可以轻松地在前端项目中使用。它提供了一些方便的功能,如获取实时加密货币价格、检查市场深度等。
在本教程中,我们将详细介绍 yobit 的使用,包括如何安装、如何获取加密货币价格、如何检查市场深度等等。
安装
要安装 yobit,您需要先安装 Node.js 和 npm。然后,在终端中运行以下命令:
npm install yobit
这将安装最新版本的 yobit。如果您想安装特定的版本,请运行npm install yobit@版本号
。
获取实时加密货币价格
要获取加密货币价格,您需要通过以下步骤进行设置:
- 首先,导入 yobit:
const Yobit = require('yobit');
- 然后,创建一个新的 Yobit 实例:
const y = new Yobit({ api_key: '您的 API Key', api_secret: '您的 API Secret', });
- 注意:如果您没有自己的 API Key 和 API Secret,则需要先在 yobit 官网申请。
- 接下来,您需要调用
getTicker
方法并传入两个参数:货币对和回调函数。
y.getTicker('btc_usd', (error, data) => { if (error) { console.log(error); } else { console.log(data); } });
这将返回以下数据:
-- -------------------- ---- ------- - ----- ------ ---- --------- ---- ---------- ---- --------------- -------- ----------- ----- ------------ ---- ------------ ----- ------------ -------- ---------- -
现在,您已经成功获取了 btc_usd 的实时价格。
检查市场深度
要检查市场深度,您需要通过以下步骤进行设置:
- 首先,导入 yobit:
const Yobit = require('yobit');
- 然后,创建一个新的 Yobit 实例:
const y = new Yobit({ api_key: '您的 API Key', api_secret: '您的 API Secret', });
- 注意:如果您没有自己的 API Key 和 API Secret,则需要先在 yobit 官网申请。
- 接下来,您需要调用
getDepth
方法并传入两个参数:货币对和回调函数。
y.getDepth('btc_usd', (error, data) => { if (error) { console.log(error); } else { console.log(data); } });
这将返回以下数据:
-- -------------------- ---- ------- - -------- - ----- - ------- ------------ --------- ------------ --------- ------- --- -- ----- - ---------- ------------ ---------- ------------ ---------- ------------ --- - - -
现在,您已经成功检查了市场深度。
结论
在本教程中,我们详细介绍了如何使用 yobit。通过安装 yobit 包和按照本教程中的步骤操作,您可以轻松地获取加密货币价格和检查市场深度。
该 npm 包可以帮助我们在前端项目中更方便地获取加密货币数据,提高工作效率。
来源:JavaScript中文网 ,转载请注明来源 https://www.javascriptcn.com/post/60055c0781e8991b448d9a4a