1. 首页
  2. 数据库
  3. 其它
  4. binance:Binance REST和WebSocket API的包装。 还可以美化回应 源码

binance:Binance REST和WebSocket API的包装。 还可以美化回应 源码

上传者: 2021-05-10 22:08:55上传 ZIP文件 67.24KB 热度 14次
币安 Binance REST和WebSocket API的包装。 同时使用promise和回调,并美化通常使用大量一个字母属性名称的binance API响应。 有关请求的API和参数的更多信息,请访问 用法/示例 const api = require ( 'binance' ) ; const binanceRest = new api . BinanceRest ( { key : 'api-key' , // Get this from your account on binance.com secret : 'api-secret' , // Same for th
用户评论