APIError(code=-11001): Isolated margin account does not exist.

Hello guys!

Could you please help me with this error:
APIError(code=-11001): Isolated margin account does not exist.

I am getting this error when trying to execute the following command:
client.enable_isolated_margin_account(symbol=’***USDT’)
I get all tickers from Binance API and I actually check several times that those tickers exist.

https://binance-docs.github.io/apidocs/spot/en/#enable-isolated-margin-account-trade

Gives the following description:
Enable isolated margin account for a specific symbol (Only supports activation of previously disabled accounts).

1 Like

Thank you once again aisling2 :slight_smile:

I am just a hobby developer and sometimes miss important information and besides I usually use the following manual: Welcome to python-binance v1.0.16 — python-binance 0.2.0 documentation
In this manual there is no information about this specific use.

Anyway thank you and have a nice day :slight_smile:

1 Like