joaopsilva / binance-java-api

binance-java-api is a lightweight Java library for the Binance API, supporting synchronous and asynchronous requests, as well as event streaming using WebSockets.
212 stars 803 forks source link

getAccount() not responding #37

Open patztablook22 opened 3 years ago

patztablook22 commented 3 years ago

Executing BinanceApiRestClient's getAccount() never returns. My keys are OK. The same goes for the Async version. Am I missing something?