ViewBlock / binance-api-node

:chart: A complete and heavily tested wrapper with typings for the Binance API.
657 stars 502 forks source link

WebSockets futuresAccount with HedgeMode problem. #620

Open nothing9537 opened 1 year ago

nothing9537 commented 1 year ago

Hi, I have a problem with WebSocket client.ws.futuresUser((event) => { console.log(event) }) I have Hedge mode enabled, and my sockets do not trigger events to change at least the balance, although I can see it in my Binance app. What can be the problem? Without Hedge Mode, the balance change is displayed correctly in the code.