Socket + on trade in my spot account

I’m wanting to develop a monitor for a spot account, every minute I make some requests to the binance api looking for the latest trades of 20 different pairs, but I’m getting banned after a series of requests in a row.

I would like to know if there is a way to plug a socket and whenever I have a trade executed in my account I receive this message from the trade.

Yes, the order update message is available from websocket.
https://binance-docs.github.io/apidocs/spot/en/#payload-order-update

1 Like