webcerebrium / java-binance-api

Java Binance API Client
MIT License
73 stars 40 forks source link

Get all prices return empty #21

Closed hunghd60115 closed 6 years ago

hunghd60115 commented 6 years ago

Hi,

Today below problem occurred. Could you please help me investigate this?

System.out.println((new BinanceApi()).allPrices());

-> 12:51:16.964 [main] DEBUG com.webcerebrium.binance.api.BinanceRequest - GET https://www.binance.com/api/v1/ticker/allPrices 12:51:18.974 [main] DEBUG com.webcerebrium.binance.api.BinanceRequest - Response: [] []

Best Regards,

wcrbrm commented 6 years ago

this might be related to the fact that Binance is on system maintenance and unexpectedly lost some of their data ;)

They should resume at 2018/02/09 4AM (UTC) and may be it will work after that