币安
Binance REST 和 WebSocket API 的包装器。 使用承诺并美化通常使用大量单字母属性名称的币安 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 this
timeout : 15000 , // Optional, defaults to 15000, is the request time out in milliseconds
recvWindo
1