Binance-api-Node API的完整API包装器。 注意:此包装器使用Promises,如果您的环境不支持它们,则可能要为其添加 。 对于PR或问题,请转到。 安装 yarn add binance-api-node 入门 导入模块并创建一个新客户端。 仅当您不打算进行经过身份验证的调用时,传递api密钥才是可选的。 您可以创建一个api密钥。 import Binance from 'binance-api-node' const client = Binance ( ) // Authenticated client, can make signed calls con