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.
213 stars 794 forks source link

Fix to work with the Account domain v3 version of the API #7

Closed samarone closed 6 years ago

samarone commented 6 years ago

Hi,

I'm writing an adapter for binance and using this great project, however when calling the API and receiving an Account I had a problem with json's parse. The pull request code corrects this. Please review.

Best Regards

joaopsilva commented 6 years ago

Hi @samarone , please refer to https://github.com/binance-exchange/binance-java-api for all updates on this project. Thanks.

samarone commented 6 years ago

Hi @joaopsilva, I'm looking at the other repository now. It has already been fixed, I just canceled this pull request. Best Regards.

joaopsilva commented 6 years ago

Thanks @samarone , I'll merge them at some point to avoid confusion.