How to get Isolated Margin Enabled Pairs?

Hello,

The following endpoint gets the number of enabled isolated pair accounts.

GET /sapi/v1/margin/isolated/accountLimit

It works fine but besides the number of pairs i need which pairs are enabled.
How can i get the pair symbol list that are isolated margin enabled?

Get All Isolated Margin Symbol

https://binance-docs.github.io/apidocs/spot/en/#get-all-isolated-margin-symbol-user_data

Not all isolated margin pairs, i need enabled pairs…

Query Isolated Margin Account Info

https://binance-docs.github.io/apidocs/spot/en/#query-isolated-margin-account-info-user_data

Yes, i got the info in Query Isolated Margin Account Info :slight_smile:
Thank you.