How to get a list of currency pairs that offer isolated margin along with the leverage coefficient?

I’m looking for a way to get a list of currency pairs that offer isolated margin trading and their offered coefficients. Is there an end point that exposes this?

For example, say I’d like to trade in BTCUSDT, and in isolated trading you can borrow up to 10x. How can I get this 10?

There are a few margin endpoints in the api document: Binance API Documentation

For example, GET /sapi/v1/margin/isolated/allPairs list the all isolated margin symbols.

Yeah, I’ve seen this and use this to check if it allows margin trading, but it doesn’t show the max borrowing coefficient / leverage (3x, 5x, 10x, etc). Is there a way to get this as well? Perhaps from a different end-point?