This repository was archived by the owner on Oct 30, 2023. It is now read-only.

Description
I saw this error when trying to get the exchangeInfo, please help to check.
Exception in thread "main" com.binance.api.client.exception.BinanceApiException: com.fasterxml.jackson.databind.exc.InvalidFormatException: Cannot deserialize value of type com.binance.api.client.domain.general.FilterType from String "PERCENT_PRICE": value not one of declared Enum instance names: [ICEBERG_PARTS, EXCHANGE_MAX_NUM_ORDERS, MAX_ALGO_ORDERS, MAX_NUM_ORDERS, EXCHANGE_MAX_ALGO_ORDERS, MAX_NUM_ALGO_ORDERS, PRICE_FILTER, LOT_SIZE, MIN_NOTIONAL] at [Source: (okhttp3.ResponseBody$BomAwareReader); line: 1, column: 676] (through reference chain: com.binance.api.client.domain.general.ExchangeInfo["symbols"]->java.util.ArrayList[0]->com.binance.api.client.domain.general.SymbolInfo["filters"]->java.util.ArrayList[1]->com.binance.api.client.domain.general.SymbolFilter["filterType"])