binance-exchange / 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.
MIT License
831 stars 628 forks source link

getClient().getAllAssets() #368

Open coolmet opened 3 years ago

coolmet commented 3 years ago

The "client.getAllAssets()" method gives me an error like :

Response{protocol=h2, code=404, message=, url=https://www.binance.com/assetWithdraw/getAllAsset.html}

Queatz commented 3 years ago

I am getting this error also

Queatz commented 3 years ago

Looks like these are open duplicates #266 #350