Websocket for withdrawals - is there such a thing?

Hi!
Do you know maybe if there is a way to get the withdrawal info (status, txId… - like what you get here Binance API Documentation) but via Websocket so it would be available immediately after I make a withdrawal?
Like when you can get the order updates via user data streams Websocket (Binance API Documentation) - do you have the same API for withdrawals info?
Thank you!

Do you know maybe if there is a way to get the withdrawal info (status, txId… - like what you get here Binance API Documentation ) but via Websocket so it would be available immediately after I make a withdrawal?

Not available. The most optimal solution is to hit the REST API when you recieve a balanceUpdate event from the user data stream.

1 Like