比特机器人 专门用于在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 ) ; } ) ( ) ;