Hi everyone,
I’m having issues while testing maxBorrowable endpoint for isolated margin case. While my isolated margin account has positive balance, I’m getting { “code”: -11001, “msg”: “Isolated margin account does not exist.” } against this request: https://api.binance.com/sapi/v1/margin/maxBorrowable?asset=XRP&isolatedSymbol=USDT&recvWindow=$RECVWINDOW×tamp=$TM&signature= At the same time, when I request isolated margin account creation for the same pair (/sapi/v1/margin/isolated/create?base=XRP"e=USDT etc.) I get {“code”:-11004,“msg”:“Isolated margin account exists.”}
Am I doing something wrong?