I'm trying to create a copy trader which will copy all trades from a main account to child account.
I checked Binance API docs but couldn't figure out much from it.
For example, I need to listen to all order updates such as executed, canceled, placed and so on - what would be the proper way to do that? If someone could give me an example I'd appreciate it.