Market Data: Exchange Info API is not working if pass symbols

Dear Team,

I am integrating the market data exchange info API, but it is giving the following error while passing symbols

URL:

GET https://api.binance.com/api/v3/exchangeInfo?symbols=["BTCUSDT"%2C"BNBUSDT"]&parameters=SPOT

StrackTrace:

com.binance.connector.client.exceptions.BinanceClientException: {“code”:-1104,“msg”:“Not all sent parameters were read; read ‘1’ parameter(s) but was sent ‘2’.”}
at com.binance.connector.client.utils.ResponseHandler.handleErrorResponse(ResponseHandler.java:61)
at com.binance.connector.client.utils.ResponseHandler.handleResponse(ResponseHandler.java:32)
at com.binance.connector.client.utils.RequestHandler.sendApiRequest(RequestHandler.java:53)
at com.binance.connector.client.utils.RequestHandler.sendPublicRequest(RequestHandler.java:58)
at com.binance.connector.client.impl.spot.Market.exchangeInfo(Market.java:92)

Could you please look into this on priority and provide the resolution.?

Thanks
Developer

I found the cause and fixed. Please close this issue.