bittrex orderbook:实时关注bittrex.com订单 源码
Bittrex订单簿 安装 npm install bittrex-orderbook 用法 const BittrexOrderBook = require ( 'bittrex-orderbook' ) ; const bit = new BittrexOrderBook ; bit . market ( 'BTC-XMR' ) . on ( 'bidUpdate' , ( market ) => { console . log ( 'XMR bids' , market . bids . top ( 5 ) ) ; } ) ; bit . market ( 'BTC-ETH' )
用户评论