webcerebrium / java-binance-api

Java Binance API Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception throws with the latest Binance update when calling exchangeInfo

khoatran opened this issue · comments

Hi,
In the latest Binance updates, there is symbol: BTCTUSD. It makes below line throws exception, because that case is not covered yet.

if (!symbol.endsWith("BTC") && !symbol.endsWith("ETH")&& !symbol.endsWith("BNB") && !symbol.endsWith("USDT")) {

Please help to fix it.
Thanks,