i'm trying to get a live trade data feeds from binance futures via python. I'm able to send orders to binance but i would like to receive a signal if the orders been filled so i can set my stop loss, anyone can guide me in the right direction?
I've tried request_client.start_user_data_stream() which returns a listenkey, but i'm not sure what i should do with it.