I'm getting error in below statement, please suggest reason for the error: ``` BinanceApiMarginRestClient marginClient = factory.newMarginRestClient(); String marginlistenKey = marginClient.startUserDataStream(); ``` Error: com.binance.api.client.exception.BinanceApiException: Not a margin account.
I'm getting error in below statement, please suggest reason for the error:
Error: com.binance.api.client.exception.BinanceApiException: Not a margin account.