-
Notifications
You must be signed in to change notification settings - Fork 619
Can't get the rateLimits when call getExchangeInfo() #154
Comments
|
So what would be the resolving action for any java projects? |
@bonobo1984 there is an issue asking for the plan #155 |
I made a change to the RateLimitType and ExchangeInfoDeserializer, but that exposes the following: Exception in thread "main" com.binance.api.client.exception.BinanceApiException: com.fasterxml.jackson.databind.exc.InvalidFormatException: Can not construct instance of com.binance.api.client.domain.general.FilterType from String value ("MAX_NUM_ALGO_ORDERS"): value not one of declared Enum instance names: [EXCHANGE_MAX_NUM_ORDERS, MAX_ALGO_ORDERS, MAX_NUM_ORDERS, EXCHANGE_MAX_ALGO_ORDERS, MIN_NOTIONAL, PRICE_FILTER, LOT_SIZE] |
@bonobo1984 There is another place to change, see this commit #156 |
Thanks, i followed those steps but then got this: |
Appreciate any support as it will not be possible to start up my app without the price filter and lot size info. |
Hi, I've merged a fix for it, please update your repo. |
I'm still getting the error that @bonobo1984 was getting, even after updating and recompiling.
|
Let me have a look at that. |
Thank you, appreciate the resposiveness. To confirm, I just imported the latest version and still have that issue too. |
Alright, this is now fixed, I've added support for two new filters in the API. |
Confirm it works, thanks @joaopsilva |
Fixes binance-exchange#154: Update API Enums for ExchangeInfo.
I got below error when call getExchangeInfo()
The text was updated successfully, but these errors were encountered: