harwee / IQOption-Api

** Unmaintained ** I have rewritten some of the functionality using async if you are want to use the updated code you can use the code from `async` branch
Apache License 2.0
52 stars 54 forks source link

How can i get the Real, demo and tournament Balances_id's? #39

Closed WMoraes13 closed 5 years ago

WMoraes13 commented 5 years ago

I'm trying to get the balances id's to change the active balances, but i can find a code to do that. can you helo me? tanks

harwee commented 5 years ago

All the balance id's can be found using api.balances.keys()

WMoraes13 commented 5 years ago

Thank you! There's some documentation about all functions of this code?