maxBorrowable updated

I have noticed that the data of the maximum available changes constantly, varying according to the current price, I would like to have this data updated but I did not find any stream that allows it and I think that if I use the kline stream so that when receiving price updates it makes a call the maxBorrowable input will generate an error in the long run due to the number of consecutive requests, is there any way to have this data updated?

There no streams for that. You are actually allowed to query the endpoint 240 times.

240 times per minute? per hour? per day?

per minute

In the long run you get a 403 error even though you are well below the limit of requests per minute