i don’t manage to find a way to put datas from the stream like maket price per symbol in a variable. Can you give a way to do it please ?
thank you
i don’t manage to find a way to put datas from the stream like maket price per symbol in a variable. Can you give a way to do it please ?
thank you
Another nodeJS question…
you can specify the callback function and pass it into futuresMarkPriceStream like below:
binance.futuresMarkPriceStream(resp => {do your things here})