binance-exchange / node-binance-api

Node Binance API is an asynchronous node.js library for the Binance API designed to be easy to use.
MIT License
528 stars 145 forks source link

support for userFutureData #229

Open Bozazitz opened 3 years ago

Bozazitz commented 3 years ago

is there a current way to get the userFutureData websocket stream?

appsolution-mw commented 3 years ago

use binance.websockets.userFutureData(). Have a look at the source code for more information.