Asset Balance info in milliseconds

Hi I need some help
I have a bot connected to Binance API and I need to know how I can get the info of the balance of the different wallet as (speed) as possible.
I think I can get the balance update in 24 hrs but I need to have the balance update in real live time in ms milliseconds.
I try to create a slider to set my order with a % of real balance in every second to set my orders.
As you know the balance gets some changes because the founding fee, deposits or other things, so I need to have my balance update each second to send speed orders with my bot.

Where could I get that info? how do I set it using the API

Regards

The best way to get account balance ASAP is the websocket channel. Subscribe to user data stream, you will get the balance & order update as soon as it’s available.

please feel free to check the document at https://binance-docs.github.io/apidocs/futures/en/#user-data-streams

@dino Thanks for your time and answer. I have one more ask
How often (speed transfer) do I get the balance update? Milliseconds?
I have a bot that it is able to ser order in minutes so the balance has to be updated each moment I set an order.
Is there any way to set the speed balance update?
In somewhere of the API documentation, I had read that there are different ways to get the balance update in time. One is every 24 hrs but this one is so, so slow for me. And the other way was in one second or milliseconds I´m not sure about this. Now I can’t find it so I don’t know to set the API call.
Could you please help me with this? I will appreciate

Regards