websocket user stream on futures testnet does not work ?

I am using the user websocket stream to monitor order execution on my binance futures account but I would like to test some code improvements using the testnet account. Opening the stream seems to work fine but I do not receive any updates when opening/closing orders on the testnet. Are the websocket user stream working on the futures testnet?

Works fine for me with:

websocat -v ‘wss://stream.binancefuture.com/ws/<account_listenKey>’

1 Like

thx, turns out it was my python code that was not working for some reason (was working with the normal exchange before) it works for me as well in postman. I need to do this in another language than python anyway