Stream account data like buying power

is there an available channel to subscribe to for getting data like buying power on change events? I want to stream buying power for quantity calculation of limit orders. RN I have to make an API call before every order I send in which is very time consuming. Im looking for alternative ways of reducing execution time and I think if I listen for BP changes that would save me 1 GET request.

1 Like

Yes, this is important. Please set up a stream for the Account object. I’m sure it would save a ton of get requests.