1. 首页
  2. 数据库
  3. 其它
  4. bittrex bot:专为在Bittrex上交易而设计的机器人 源码

bittrex bot:专为在Bittrex上交易而设计的机器人 源码

上传者: 2021-05-12 09:13:14上传 ZIP文件 25KB 热度 9次
比特机器人 专门用于在Bittrex交易所进行交易的bot类。 安装 npm i bittrex-bot 机器人课 const { Bot } = require ( "bittrex-bot" ) ; const bot = new Bot ( { apikey : process . env . API_KEY , apisecret : process . env . API_SECRET } ) ; 概述 每个方法都返回一个promise 。 参数:硬币 返回:对象 ( async ( ) => { const balance = await bot . getBalance ( "btc" ) ; console . log ( balance ) ; } ) ( ) ;
下载地址
用户评论