craysiii / binance

API Wrapper for the Binance cryptocurrency exchange written in Ruby.
MIT License
97 stars 79 forks source link

Account Estimated Value in BTC #21

Open t7y opened 6 years ago

t7y commented 6 years ago

Hi,

Is there a way to get the "Estimated Value" for an account?

craysiii commented 6 years ago

Hey there,

Unfortunately not. You would have to iterate through all your balances and calculate the estimated amounts yourself. A limitation of the API and not the wrapper.

t7y commented 6 years ago

I see that the PHP lib has that feature. https://github.com/jaggedsoft/php-binance-api/wiki/1.-Getting-Started

I can add a PR for this. Let me know if you are cool with that.