No data from the Binance Futures User Data Stream (Test network)

I’m trying to get orders upade, using test network - binance futures.
I got listenKey on endpoint: https://testnet.binancefuture.com/fapi/v1/listenKey
Then i’m trying to get any updates from the user data stream:
wss://stream.binancefuture.com/ws/myListenKey
or
wss://stream.binancefuture.com/stream?streams=myListenKey
I get hand shake, status 101 - so the socket is Ok.
But i dont get any updates about my orders - no messages at all.

Did you place the order with the same API key on futures TESTNET?

1 Like

The problem was with the Websocket library. I changed it, and now everythink is good.
Thank you.